blob: ce4c6ba25ebba8e1655c38ca3009f1ceb8f6c5f2 [file] [log] [blame]
{
"name": "KSBaseViewController",
"version": "0.1",
"summary": "KSBaseViewController",
"description": " A longer description of FMDBDataTable in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/bing6",
"license": "MIT (MIT)",
"authors": {
"Howard": "bing.hao1982@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/bing6/KSBaseViewController.git",
"tag": "0.1"
},
"source_files": [
"src",
"src/*.{h,m}"
],
"exclude_files": "src/Exclude",
"dependencies": {
"Masonry": [
"~> 0.6.2"
],
"MBProgressHUD": [
"~> 0.9.1"
],
"KSToolkit": [
"~> 0.2"
],
"KSRefresh": [
"~> 0.4"
],
"KSWebRequest": [
"~> 0.1"
]
}
}