[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 8 / d / ZFFoundation / 0.4.1 / ZFFoundation.podspec.json
blobc0e9d14a845babdb922afb9e4920aa8b05760fd0
2   "name": "ZFFoundation",
3   "version": "0.4.1",
4   "summary": "A OBJECT-C TOOLS framework",
5   "description": "A OBJECT-C TOOLS framework. include SomeFramework",
6   "homepage": "https://git.oschina.net/zify/ZFFoundation",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "赵梁": "zhaol2014@foxmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://git.oschina.net/zify/ZFFoundation.git",
16     "tag": "0.4.1"
17   },
18   "subspecs": [
19     {
20       "name": "ObecjtDefaultValue",
21       "source_files": "ZFFoundation/ObecjtDefaultValue/*.{h,m}",
22       "public_header_files": "ZFFoundation/ObecjtDefaultValue/*.h"
23     },
24     {
25       "name": "Availability",
26       "source_files": "ZFFoundation/Availability/ZFAvailability.h"
27     },
28     {
29       "name": "ZFCategories",
30       "source_files": "ZFFoundation/ZFCategories/**/*.{h,m}",
31       "public_header_files": "ZFFoundation/ZFCategories/**/*.h",
32       "frameworks": "UIKit"
33     },
34     {
35       "name": "ViewKit",
36       "subspecs": [
37         {
38           "name": "ZFSegmentControl",
39           "source_files": "ZFFoundation/ViewKit/ZFSegmentControl/**/*.{h,m}",
40           "public_header_files": "ZFFoundation/ViewKit/ZFSegmentControl/**/*.h",
41           "frameworks": "UIKit"
42         }
43       ]
44     }
45   ]