25 lines
526 B
JSON
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"
|
|
]
|
|
}
|
|
}
|