[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / d / NCKFoundation / 0.3.0 / NCKFoundation.podspec.json
blob932ef941de0de220f3d54b49d1cbb85e4f343c57
2   "name": "NCKFoundation",
3   "version": "0.3.0",
4   "summary": "NCKFoundation.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/feihuohua/NCKFoundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "feihuohua": "feihuohua@163.com"
13   },
14   "source": {
15     "git": "https://github.com/feihuohua/NCKFoundation.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "NCKFoundation/Classes/**/*",
23     "NCKFoundation/Classes/ThirdParty/WeChatSDK1.8.3/*.{h}"
24   ],
25   "vendored_libraries": "NCKFoundation/Classes/ThirdParty/WeChatSDK1.8.3/*.{a}",
26   "frameworks": [
27     "SystemConfiguration",
28     "CoreGraphics",
29     "CoreTelephony",
30     "Security",
31     "CoreLocation",
32     "JavaScriptCore"
33   ],
34   "libraries": [
35     "iconv",
36     "sqlite3",
37     "stdc++",
38     "z"
39   ],
40   "dependencies": {
41     "AFNetworking": [
42       "~> 3.1.0"
43     ]
44   },
45   "subspecs": [
46     {
47       "name": "WHObject",
48       "source_files": "NCKFoundation/Classes/WHObject/*.{h,m}"
49     }
50   ]