blob: e571b1b03bddc60eeee37b731b299c0c521f57a2 [file] [log] [blame]
{
"name": "BitPod",
"version": "0.2.0",
"summary": "A userful cocoa pod for extending the use of UI Elements in Swift",
"description": "This Cocoa Pod extends the functionality of UI Elements in Interface",
"homepage": "https://github.com/KBryan/BitPod",
"license": "MIT",
"authors": {
"KBryan": "kwame@3einteractive.com"
},
"source": {
"git": "https://github.com/KBryan/BitPod.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BitPod": [
"Pod/Assets/*.png"
]
}
}