[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 8 / d / ZFFoundation / 0.2.0 / ZFFoundation.podspec.json
blobc564a43884be2dec185fe1225ccb8a1da0be32df
2   "name": "ZFFoundation",
3   "version": "0.2.0",
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.2.0"
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   ]