blob: c2ab72d81d5120c7f88ac0e7405919280795cee5 [file] [log] [blame]
{
"name": "CocoBanane",
"version": "0.2.0",
"license": "MIT",
"homepage": "https://github.com/quocdungchu/coco-banane-ios",
"authors": {
"Quoc Dung Chu": "quocdung.chu@gmail.com"
},
"summary": "Set of Swift utilities for iOS Development",
"source": {
"git": "https://github.com/quocdungchu/coco-banane-ios.git",
"tag": "v0.2.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Addition",
"source_files": "cocobanane/additions/*.swift"
},
{
"name": "CustomControl",
"source_files": "cocobanane/customcontrols/*.swift",
"frameworks": "UIKit"
}
]
}