[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / a / 4 / CWFoundation / 0.0.3 / CWFoundation.podspec.json
blobba5bf9eefe7651cd67ed7bb5f991793f3e87d4d7
2   "name": "CWFoundation",
3   "version": "0.0.3",
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.3"
17   },
18   "source_files": "CWFoundation/**/*{h,m}",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ]