blob: 0aef9a511d5239839ac9a84abb39a46f7ea7973c [file] [log] [blame]
{
"name": "YHCommonSDK",
"version": "2.0.0",
"summary": "YHCommonSDK is only a common sdk",
"description": "YHCommonSDK is only a common sdk, we need pod thirdparty:afn",
"homepage": "https://github.com/XmYlzYhkj/YHCommonSDK",
"license": "MIT",
"authors": {
"zhengxiaolang": "haifeng3099@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/XmYlzYhkj/YHCommonSDK.git",
"tag": "2.0.0"
},
"requires_arc": true,
"dependencies": {
"MJRefresh": [
],
"OpenUDID": [
],
"SAMKeychain": [
],
"SDAutoLayout": [
],
"Reachability": [
],
"YHNetSDK": [
],
"YHCategorySDK": [
],
"YHAlertSDK": [
],
"YHBaseSDK": [
],
"YHUtiliitiesSDK": [
],
"YHEnDecriptionSDK": [
]
},
"frameworks": [
"WebKit",
"UIKit"
],
"resources": "Resources/*.bundle",
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"vendored_frameworks": [
"Framework/Default/*.framework"
],
"dependencies": {
"YYModel": [
"~> 1.0"
]
}
},
{
"name": "YHModel",
"vendored_frameworks": [
"Framework/YHModel/*.framework"
],
"dependencies": {
"YHModel": [
]
}
}
]
}