TabBarPicker/Example/Pods/Local Podspecs/TabBarPicker.podspec.json
2015-08-18 15:35:51 +02:00

25 lines
526 B
JSON

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