blob: 91f54f2261349da6de39d2b364ab76fa3c4559bc [file] [log] [blame]
{
"name": "HAccess",
"version": "2.0.0",
"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.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"default_subspecs": "Network",
"subspecs": [
{
"name": "Entity",
"dependencies": {
"Hodor": [
]
},
"ios": {
"source_files": "Classes/Entity/*.{h,m,mm,cpp,c}"
}
},
{
"name": "Network",
"dependencies": {
"Hodor": [
],
"AFNetworking": [
"~>2.0"
],
"HCache": [
],
"HAccess/Entity": [
]
},
"ios": {
"source_files": "Classes/Network/*.{h,m,mm,cpp,c}"
}
},
{
"name": "Database",
"dependencies": {
"Hodor": [
],
"FMDB": [
],
"HAccess/Entity": [
]
},
"ios": {
"source_files": "Classes/Database/*.{h,m,mm,cpp,c}"
}
},
{
"name": "Network+Protobuf",
"dependencies": {
"HAccess/Network": [
],
"protocol-for-objectivec": [
]
},
"ios": {
"source_files": "Classes/Network+Protobuf/**/*.{h,m,mm,cpp,c}"
}
}
]
}