blob: 932ef941de0de220f3d54b49d1cbb85e4f343c57 [file] [log] [blame]
{
"name": "NCKFoundation",
"version": "0.3.0",
"summary": "NCKFoundation.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/feihuohua/NCKFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"feihuohua": "feihuohua@163.com"
},
"source": {
"git": "https://github.com/feihuohua/NCKFoundation.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"NCKFoundation/Classes/**/*",
"NCKFoundation/Classes/ThirdParty/WeChatSDK1.8.3/*.{h}"
],
"vendored_libraries": "NCKFoundation/Classes/ThirdParty/WeChatSDK1.8.3/*.{a}",
"frameworks": [
"SystemConfiguration",
"CoreGraphics",
"CoreTelephony",
"Security",
"CoreLocation",
"JavaScriptCore"
],
"libraries": [
"iconv",
"sqlite3",
"stdc++",
"z"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
},
"subspecs": [
{
"name": "WHObject",
"source_files": "NCKFoundation/Classes/WHObject/*.{h,m}"
}
]
}