[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / a / f / XMLYSDK / 0.0.4 / XMLYSDK.podspec.json
blobc2f3aa93d7c5a8d414c8f8fe7d834b2d4e586f16
2   "name": "XMLYSDK",
3   "version": "0.0.4",
4   "summary": "XMLYSDK",
5   "description": "喜马拉雅开放平台SDK.",
6   "homepage": "https://github.com/duxinfeng/XMLYSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "duxinfeng": "duxinfeng99@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/iduxinfeng",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/duxinfeng/XMLYSDK.git",
20     "tag": "0.0.4"
21   },
22   "resources": "SDK/include/Resource/*.{png,xib,nib,bundle}",
23   "vendored_libraries": "SDK/**/*.a",
24   "compiler_flags": "-ObjC",
25   "frameworks": [
26     "SystemConfiguration",
27     "CoreTelephony",
28     "Foundation",
29     "UIKit"
30   ],
31   "libraries": [
32     "z.1",
33     "sqlite3"
34   ],
35   "dependencies": {
36     "MBProgressHUD": [
38     ],
39     "FMDB": [
41     ]
42   },
43   "subspecs": [
44     {
45       "name": "Authorization",
46       "source_files": "SDK/include/Authorization/**/*.{h,m}",
47       "public_header_files": "SDK/include/Authorization/**/*.h"
48     },
49     {
50       "name": "Downloader",
51       "source_files": "SDK/include/Downloader/**/*.{h,m}",
52       "public_header_files": "SDK/include/Downloader/**/*.h"
53     },
54     {
55       "name": "Player",
56       "source_files": "SDK/include/Player/**/*.{h,m}",
57       "public_header_files": "SDK/include/Player/**/*.h"
58     },
59     {
60       "name": "Request",
61       "source_files": "SDK/include/Request/**/*.{h,m}",
62       "public_header_files": "SDK/include/Request/**/*.h"
63     },
64     {
65       "name": "Model",
66       "source_files": "SDK/include/Model/**/*.{h,m}",
67       "public_header_files": "SDK/include/Model/**/*.h"
68     },
69     {
70       "name": "Utility",
71       "source_files": "SDK/include/Utility/**/*.{h,m}",
72       "public_header_files": "SDK/include/Utility/**/*.h"
73     }
74   ]