[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 7 / ZLX_OneProject / 0.0.1 / ZLX_OneProject.podspec.json
blobd042947d393ebed0447cca4d2c44d418bb24edeb
2   "name": "ZLX_OneProject",
3   "version": "0.0.1",
4   "summary": "工程的一些常用组件. 包括一些第三方库的封装和pod依赖.",
5   "description": "工程的一些常用组件. 包括一些第三方库的封装和pod依赖. 希望自己可以维护好这个.",
6   "homepage": "https://github.com/saberge/ZLX_OneProject",
7   "license": "MIT",
8   "authors": {
9     "zhenglaixian": "saberge@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/saberge/ZLX_OneProject.git",
16     "tag": "0.0.1"
17   },
18   "subspecs": [
19     {
20       "name": "BaseClass",
21       "source_files": "Classes/BaseClass/*{h,m}"
22     },
23     {
24       "name": "Categories",
25       "subspecs": [
26         {
27           "name": "UIView",
28           "source_files": "Classes/Categories/UIView/*.{h,m}"
29         }
30       ]
31     }
32   ]