blob: 5a2155da4504479b734f9add1a14941932ddeef0 [file] [log] [blame]
{
"name": "YCPod",
"version": "0.1.6",
"summary": "Sheng Long XM Pod YC.",
"description": "Sheng Long XM Pod YC.\nBase.",
"homepage": "https://git.oschina.net/shenglong",
"license": "MIT",
"authors": {
"shenglong": "45024798@qq.com"
},
"source": {
"git": "https://git.oschina.net/shenglong/YCPod.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"MapKit"
],
"subspecs": [
{
"name": "NetWork",
"source_files": "Pod/Classes/Network/**/*",
"public_header_files": "Pod/Classes/Network/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"ReactiveCocoa": [
"~> 2.5"
],
"Reachability": [
"~> 3.2"
]
}
},
{
"name": "YCiConsole",
"source_files": "Pod/Classes/YCiConsole/**/*",
"public_header_files": "Pod/Classes/YCiConsole/**/*.h",
"dependencies": {
"iConsole": [
"1.5.3"
]
}
},
{
"name": "CommUtls",
"source_files": "Pod/Classes/CommUtls/**/*",
"public_header_files": "Pod/Classes/CommUtls/**/*.h",
"dependencies": {
"OpenUDID": [
"~> 1.0.0"
],
"Reachability": [
"~> 3.2"
]
},
"frameworks": [
"CoreTelephony",
"SystemConfiguration"
]
}
]
}