[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 2 / 7 / b / JOProjectBaseSDK / 1.1.23 / JOProjectBaseSDK.podspec.json
blob4dcd68d1f08df989c53cd8b0227855ad6c9b88a2
2   "name": "JOProjectBaseSDK",
3   "version": "1.1.23",
4   "summary": "Project Base SDK",
5   "homepage": "https://github.com/xinlidexiaoman/JOProjectBaseSDK",
6   "license": "MIT",
7   "authors": {
8     "Joshua": "505398605@qq.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/xinlidexiaoman/JOProjectBaseSDK.git",
15     "tag": "1.1.23"
16   },
17   "source_files": "JOBaseSDK/**/JOProjectBaseSDK.h",
18   "resources": "JOBaseSDK/Resources/**/*.{png,txt,a}",
19   "frameworks": [
20     "SystemConfiguration",
21     "Security",
22     "MobileCoreServices",
23     "CoreGraphics"
24   ],
25   "libraries": "sqlite3",
26   "vendored_libraries": "JOBaseSDK/Resources/libJOProjectBaseSDK.a",
27   "pod_target_xcconfig": {
28     "OTHER_LDFLAGS": "-lObjC"
29   },
30   "requires_arc": true,
31   "xcconfig": {
32     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libJOProjectBaseSDK"
33   },
34   "subspecs": [
35     {
36       "name": "Function",
37       "source_files": "JOBaseSDK/**/JO{DataRequestConfig,FileDownloadConfig,FileUploadConfig,HttpRequestType,FAppInfo,FAutoLayout,FCrash,FDataBase,FDataBaseProperty,FDataBaseSQL,FDeviceInfo,FException,FFileManage,FLog,FunctionDefine,FunctionObject,NetRequestManage,Layout,LayoutItem,RequestConfig}.h"
38     },
39     {
40       "name": "JSONModel",
41       "source_files": "JOBaseSDK/**/JSON{Model,KeyMapper,ModelArray,ModelError,ValueTransformer}.h"
42     },
43     {
44       "name": "Extend",
45       "source_files": "JOBaseSDK/**/{UIColor+JOExtend,NSString+JOExtend,NSObject+JOExtend,UIView+JOExtend,UIImage+JOExtend,UIFont+JOExtend,UILabel+JOExtend,NSArray+JOExtend}.h"
46     },
47     {
48       "name": "Macro",
49       "source_files": "JOBaseSDK/**/JO{Macro}.h"
50     }
51   ]