[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 7 / b / JOProjectBaseSDK / 1.1.20 / JOProjectBaseSDK.podspec.json
blob06b2480a97d1d6a70679ba71510f0256f1de0459
2   "name": "JOProjectBaseSDK",
3   "version": "1.1.20",
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.20"
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   "requires_arc": true,
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libJOProjectBaseSDK"
30   },
31   "subspecs": [
32     {
33       "name": "Function",
34       "source_files": "JOBaseSDK/**/JO{DataRequestConfig,FileDownloadConfig,FileUploadConfig,HttpRequestType,FAppInfo,FAutoLayout,FCrash,FDataBase,FDataBaseProperty,FDataBaseSQL,FDeviceInfo,FException,FFileManage,FLog,FunctionDefine,FunctionObject,NetRequestManage}.h"
35     },
36     {
37       "name": "JSONModel",
38       "source_files": "JOBaseSDK/**/JSON{Model,KeyMapper,ModelArray,ModelError,ValueTransformer}.h"
39     },
40     {
41       "name": "Extend",
42       "source_files": "JOBaseSDK/**/{UIColor+JOExtend,NSString+JOExtend,NSObject+JOExtend}.h"
43     },
44     {
45       "name": "Manage",
46       "source_files": "JOBaseSDK/**/JO{Mission,Manage,Config}.h"
47     },
48     {
49       "name": "Macro",
50       "source_files": "JOBaseSDK/**/JO{Macro}.h"
51     }
52   ]