UIBezierPathOvalSegment/Example/Pods/Local Podspecs/UIBezierPathOvalSegment.podspec.json
2016-01-19 12:59:36 +01:00

25 lines
583 B
JSON

{
"name": "UIBezierPathOvalSegment",
"version": "0.1.0",
"summary": "UIBezierPathOvalSegment.",
"homepage": "https://github.com/<GITHUB_USERNAME>/UIBezierPathOvalSegment",
"license": "MIT",
"authors": {
"Giuseppe Nucifora": "me@giuseppenucifora.com"
},
"source": {
"git": "https://github.com/<GITHUB_USERNAME>/UIBezierPathOvalSegment.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UIBezierPathOvalSegment": [
"Pod/Assets/*.png"
]
}
}