blob: 35de7d71267058933a56d8f3d4bae6b82e135c06 [file] [log] [blame]
{
"name": "HAccess",
"version": "2.7.2",
"summary": "A short description of HAccess.",
"description": "A longer description of HAccess 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!",
"homepage": "https://github.com/jumperb/HAccess",
"license": "Copyright",
"authors": {
"jumperb": "zhangchutian_05@163.com"
},
"source": {
"git": "https://github.com/jumperb/HAccess.git",
"tag": "2.7.2"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"default_subspecs": "Network",
"subspecs": [
{
"name": "Entity",
"dependencies": {
"Hodor/Defines": [
],
"Hodor/Feature": [
],
"Hodor/NS-Category": [
]
},
"ios": {
"source_files": "Classes/Entity/*.{h,m,mm,cpp,c}"
}
},
{
"name": "Network",
"dependencies": {
"Hodor/Defines": [
],
"Hodor/Feature": [
],
"Hodor/NS-Category": [
],
"AFNetworking": [
],
"HCache": [
],
"HAccess/Entity": [
]
},
"ios": {
"source_files": "Classes/Network/*.{h,m,mm,cpp,c}"
}
},
{
"name": "Database",
"dependencies": {
"Hodor/Defines": [
],
"Hodor/Feature": [
],
"Hodor/NS-Category": [
],
"FMDB": [
],
"HAccess/Entity": [
]
},
"ios": {
"source_files": "Classes/Database/*.{h,m,mm,cpp,c}"
}
}
]
}