[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 9 / a / f / CSSOperation / 0.0.3 / CSSOperation.podspec.json
blob12c67bc64605f5ce43ce3990d34b08395cad4c12
2   "name": "CSSOperation",
3   "version": "0.0.3",
4   "summary": "NSOperation的一个扩展。便于控制任务(模块)执行顺序和方式。",
5   "license": {
6     "type": "MIT License",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "Joslyn": "cs_joslyn@foxmail.com"
11   },
12   "homepage": "https://github.com/JoslynWu/CSSOperation",
13   "social_media_url": "http://www.jianshu.com/u/fb676e32e2e9",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/JoslynWu/CSSOperation.git",
19     "tag": "0.0.3"
20   },
21   "requires_arc": true,
22   "source_files": "CSSOperation/*.{h,m}",
23   "public_header_files": "CSSOperation/*.{h}"