blob: a47c25f5fc8282929fce8e25132ef8a22c2771a9 [file] [log] [blame]
{
"name": "HCKitProject",
"version": "0.4.0",
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"summary": "a Encapsulation of FMDB.",
"homepage": "https://github.com/huachen206/HCKitProject.git",
"authors": {
"HuaChen": "huachen206@163.com"
},
"source": {
"git": "https://github.com/huachen206/HCKitProject.git",
"tag": "0.4.0"
},
"description": "A longer description of HCDBModel 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!",
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"HCCore/*.{h,m}",
"HCCore/Classes/*.{h,m}",
"HCCore/CommonCategory/*.{h,m}"
]
},
{
"name": "HCDB",
"source_files": "HCDB/*.{h,m}",
"resources": "HCDB/Resources/*",
"dependencies": {
"HCKitProject/Core": [
]
},
"ios": {
"dependencies": {
"FMDB": [
"~> 2.3"
]
}
}
},
{
"name": "HCHTTPRequest",
"source_files": "HCRequestApi/*.{h,m}",
"dependencies": {
"HCKitProject/Core": [
]
},
"ios": {
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
]
}
}
}
]
}