[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 1 / 7 / DWKit / 0.0.0.2 / DWKit.podspec.json
blob9d9d43174c57686f973da4cc7ada0e9c5b49499c
2   "name": "DWKit",
3   "version": "0.0.0.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "打造一个自己用的工具集。",
9   "homepage": "https://github.com/CodeWicky/DWKit",
10   "authors": {
11     "codeWicky": "codewicky@163.com"
12   },
13   "source": {
14     "git": "https://github.com/CodeWicky/DWKit.git",
15     "tag": "0.0.0.2"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "9.1"
20   },
21   "frameworks": "UIKit",
22   "subspecs": [
23     {
24       "name": "DWUtils",
25       "subspecs": [
26         {
27           "name": "DWOperationCancelFlag",
28           "source_files": "DWKit/DWUtils/DWOperationCancelFlag/**/*.{h,m}",
29           "public_header_files": "DWKit/DWUtils/DWOperationCancelFlag/**/DWOperationCancelFlag.h",
30           "frameworks": "UIKit"
31         }
32       ]
33     }
34   ]