blob: 27cf59cbdaf25f2a5f807a5aaa4cefbca55d4ff4 [file] [log] [blame]
{
"name": "CN_Networking",
"version": "0.3.3",
"summary": "A short description of CN_Networking.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/obgniyum/CN_Networking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"obgniyum": "obgniyum@icloud.com"
},
"source": {
"git": "https://github.com/obgniyum/CN_Networking.git",
"tag": "0.3.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CN_Networking/Classes/*.{h}",
"resource_bundles": {
"CN_Networking": [
"CN_Networking/**/*.{md}"
]
},
"dependencies": {
"AFNetworking": [
]
},
"subspecs": [
{
"name": "Network",
"source_files": "CN_Networking/Classes/Network/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
},
{
"name": "Float",
"source_files": "CN_Networking/Classes/Float/*.{h,m}",
"dependencies": {
"CN_Networking/Network": [
]
}
},
{
"name": "Readable",
"source_files": "CN_Networking/Classes/Readable/*.{h,m}"
}
]
}