blob: e8ca1348b48cb35749e6369a00db81223ba6ba96 [file] [log] [blame]
{
"name": "CTTool",
"version": "0.0.1",
"summary": "CTTool is Custom Horizon Table and NavigationController",
"description": "Custom gestures to return to the navigation controller, paging, infinite circulation ad, horizontal TableView.",
"homepage": "https://github.com/fanlanjun/CTTool",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"FanFrank": "lanjunfan@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/fanlanjun/CTTool.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"*.{h,m}"
],
"resources": [
"CTPageControl/Resources/*.png"
],
"dependencies": {
"SDWebImage": [
]
},
"requires_arc": true
}