[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 8 / c / XYCategory / 2.1.0 / XYCategory.podspec.json
blob68a8cd23eeb2ad80e1875f38cffd5df674e679ac
2   "name": "XYCategory",
3   "version": "2.1.0",
4   "summary": "底层工具Category",
5   "homepage": "https://github.com/QuVideoDeveloper/XYCategory",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "irobbin1024": "longbin.lai@quvideo.com"
12   },
13   "source": {
14     "git": "https://github.com/QuVideoDeveloper/XYCategory.git",
15     "tag": "2.1.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "XYCategory/Classes/XYCategory.h",
21   "default_subspecs": [
22     "Foundation",
23     "UIKit"
24   ],
25   "frameworks": [
26     "Accelerate",
27     "UIKit",
28     "Foundation",
29     "AdSupport",
30     "CoreTelephony"
31   ],
32   "subspecs": [
33     {
34       "name": "Foundation",
35       "source_files": "XYCategory/Classes/Foundation/**/*"
36     },
37     {
38       "name": "UIKit",
39       "source_files": "XYCategory/Classes/UIKit/**/*"
40     }
41   ]