39 lines
691 B
JSON
39 lines
691 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"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"PureLayout": [
|
|
|
|
],
|
|
"UIView-Overlay": [
|
|
|
|
],
|
|
"UIActionSheet-Blocks": [
|
|
|
|
],
|
|
"UIAlertViewBlockExtension": [
|
|
|
|
]
|
|
}
|
|
}
|