26 lines
757 B
JSON
26 lines
757 B
JSON
{
|
|
"name": "TabBarPicker",
|
|
"version": "0.1.0",
|
|
"summary": "A short description of TabBarPicker.",
|
|
"description": " An optional longer description of TabBarPicker\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
|
|
"homepage": "https://github.com/<GITHUB_USERNAME>/TabBarPicker",
|
|
"license": "MIT",
|
|
"authors": {
|
|
"Giuseppe Nucifora": "me@giuseppenucifora.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/<GITHUB_USERNAME>/TabBarPicker.git",
|
|
"tag": "0.1.0"
|
|
},
|
|
"platforms": {
|
|
"ios": "7.0"
|
|
},
|
|
"requires_arc": true,
|
|
"source_files": "Pod/Classes/**/*",
|
|
"resource_bundles": {
|
|
"TabBarPicker": [
|
|
"Pod/Assets/*.png"
|
|
]
|
|
}
|
|
}
|