blob: ec0f368beba693ecc37327924ed7c948202d59d2 [file] [log] [blame]
{
"name": "ABCIM",
"version": "0.0.2",
"summary": "ABCIM.",
"description": "ABCIM of bing",
"homepage": "http://www.abcpen.com",
"license": "MIT",
"authors": {
"bing": "bing@abcpen.com"
},
"source": {
"git": "https://github.com/BingO0o/ABCIM.git"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "ABCIMLib",
"public_header_files": "ABCIMSDK/ABCIMLib.framework/headers/ABCIMLib.h",
"source_files": "ABCIMSDK/ABCIMLib.framework/headers/*.{h,m,c}",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
},
{
"name": "ABCIMKit",
"public_header_files": "ABCIMSDK/ABCIMKit.framework/headers/ABCIMKit.h",
"source_files": "ABCIMSDK/ABCIMKit.framework/headers/*.{h,m,c}",
"dependencies": {
"SVProgressHUD": [
"~>2.1.2"
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}
]
}