[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / f / 2 / XimalayaSDK / 0.0.4 / XimalayaSDK.podspec.json
blob4c13e5272ce5f409001de8d3a118d469f949cc7e
2   "name": "XimalayaSDK",
3   "version": "0.0.4",
4   "summary": "XimalayaSDK.",
5   "description": "XimalayaSDK is from XMOpenPlatform for our users to use.",
6   "homepage": "https://github.com/IamAlasca/XimalayaSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aaron Zhou": "aaron.zhou@ximalaya.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/IamAlasca/XimalayaSDK.git",
19     "tag": "0.0.4"
20   },
21   "resources": "SDK/Resource/*.{png,xib,nib,bundle}",
22   "vendored_libraries": "SDK/**/*.a",
23   "frameworks": [
24     "CoreMedia",
25     "SystemConfiguration",
26     "CoreImage",
27     "CoreTelephony",
28     "CoreMIDI",
29     "MediaToolbox",
30     "AudioToolbox",
31     "Metal"
32   ],
33   "subspecs": [
34     {
35       "name": "Authorization",
36       "source_files": "SDK/include/Authorization/**/*.{h,m}",
37       "public_header_files": "SDK/include/Authorization/**/*.h"
38     },
39     {
40       "name": "Downloader",
41       "source_files": "SDK/include/Downloader/**/*.{h,m}",
42       "public_header_files": "SDK/include/Downloader/**/*.h"
43     },
44     {
45       "name": "Player",
46       "source_files": "SDK/include/Player/**/*.{h,m}",
47       "public_header_files": "SDK/include/Player/**/*.h"
48     },
49     {
50       "name": "Request",
51       "source_files": "SDK/include/Request/**/*.{h,m}",
52       "public_header_files": "SDK/include/Request/**/*.h"
53     },
54     {
55       "name": "Model",
56       "source_files": "SDK/include/Model/**/*.{h,m}",
57       "public_header_files": "SDK/include/Model/**/*.h"
58     },
59     {
60       "name": "Utility",
61       "source_files": "SDK/include/Utility/**/*.{h,m}",
62       "public_header_files": "SDK/include/Utility/**/*.h"
63     }
64   ]