[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / a / 4 / CWFoundation / 0.0.5 / CWFoundation.podspec.json
blob2943c428ccf0a5acb01903f2d035871e2b1a54bc
2   "name": "CWFoundation",
3   "version": "0.0.5",
4   "summary": "CWFoundation is a collection of utility methods and category extensions for Foundation and UIKit classes to accelerate development.",
5   "homepage": "https://github.com/guojiubo/CWFoundation",
6   "license": "MIT",
7   "authors": {
8     "guojiubo": "guojiubo@gmail.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/guojiubo/CWFoundation.git",
16     "tag": "0.0.5"
17   },
18   "source_files": "CWFoundation/*.{h,m}",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "subspecs": [
24     {
25       "name": "Foundation+CWAdditions",
26       "source_files": "CWFoundation/Foundation+CWAdditions/*.{h,m}"
27     },
28     {
29       "name": "UIKit+CWAdditions",
30       "source_files": "CWFoundation/UIKit+CWAdditions/*.{h,m}"
31     },
32     {
33       "name": "Utilities",
34       "source_files": "CWFoundation/Utilities/*.{h,m}",
35       "dependencies": {
36         "CWFoundation/Foundation+CWAdditions": [
38         ]
39       }
40     }
41   ]