PNObject/Example/Pods/Local Podspecs/PNObject.podspec.json
2016-01-13 11:24:05 +01:00

30 lines
583 B
JSON

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