blob: d468015629779f719078f534dd0dd32905a70ff6 [file] [log] [blame]
{
"name": "core-ios-oc",
"version": "1.0.0",
"summary": "A Objective-C framework",
"platforms": {
"ios": "7.0"
},
"description": "a simple Objective-C framework",
"homepage": "https://github.com/chenzhe555/core-ios-oc",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"陈哲": "376811578@qq.com"
},
"source": {
"git": "https://github.com/chenzhe555/core-ios-oc.git",
"tag": "1.0.0"
},
"source_files": "core-ios-oc/Framework/MCAppDefine.h",
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
],
"UMengAnalytics": [
"~> 3.5.8"
],
"ZYQAssetPickerController": [
"~> 1.0.0"
]
},
"subspecs": [
{
"name": "core-ios-oc",
"subspecs": [
{
"name": "baseService",
"source_files": "core-ios-oc/Framework/baseService/*.h"
}
]
}
]
}