[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / c / b / CZLibrary / 0.0.2 / CZLibrary.podspec.json
blob3830a90cbc133f866ae344a5d30f8d41af9fca87
2   "name": "CZLibrary",
3   "version": "0.0.2",
4   "summary": "cz self library summary",
5   "description": "cz self library description",
6   "homepage": "https://github.com/JuYiWei/CZLibrary",
7   "license": "MIT",
8   "authors": {
9     "juyw": "757832801@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/JuYiWei/CZLibrary.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "CZLibrary/CZLibrary/Lbirary/*.{h,m}",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Category",
23       "subspecs": [
24         {
25           "name": "UIKit",
26           "source_files": "CZLibrary/CZLibrary/Lbirary/Category/UIKit/*.{h,m}"
27         },
28         {
29           "name": "Foundation",
30           "source_files": "CZLibrary/CZLibrary/Lbirary/Category/Foundation/*.{h,m}"
31         }
32       ]
33     }
34   ]