PNObject/Example/Pods/Local Podspecs/PNObject.podspec.json
2015-12-31 16:06:21 +01:00

25 lines
531 B
JSON

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