[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 5 / 8 / 2 / HyperioniOSExtension / 1.1.0 / HyperioniOSExtension.podspec.json
blob142af46b0f1bfef0089849488c8bc7c8fd9f6812
2   "name": "HyperioniOSExtension",
3   "version": "1.1.0",
4   "summary": "Use HyperioniOSExtension have: \nenvironment selector(HyperioniOSExtension/EnvironmentSelector[-Plugin]),\nfps monitor(HyperioniOSExtension/FPSMonitor[-Plugin]), \nUI operation main thread check(HyperioniOSExtension/UIMainThreadChecker[-Plugin])'",
5   "description": "pod 'HyperioniOSExtension/HYPEnvironmentSelector[-Plugin]',  :configurations => ['Debug']\npod 'HyperioniOSExtension/HYPFPSMonitor[-Plugin]',           :configurations => ['Debug']\npod 'HyperioniOSExtension/HYPUIMainThreadChecker[-Plugin]',  :configurations => ['Debug']\ngithub : https://github.com/ToBeDefined/HyperioniOSExtension",
6   "homepage": "https://github.com/ToBeDefined/HyperioniOSExtension",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ToBeDefined": "weinanshao@163.com"
13   },
14   "social_media_url": "http://tbd.ink/",
15   "source": {
16     "git": "https://github.com/ToBeDefined/HyperioniOSExtension.git",
17     "tag": "1.1.0"
18   },
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "platforms": {
25     "ios": "9.0"
26   },
27   "exclude_files": [
28     "**/*.md",
29     "**/LICENSE"
30   ],
31   "subspecs": [
32     {
33       "name": "EnvironmentSelector",
34       "source_files": "HYPEnvironmentSelector/NoHyperCore/**/*.{h,m}",
35       "public_header_files": "HYPEnvironmentSelector/NoHyperCore/**/*.h",
36       "platforms": {
37         "ios": "7.0"
38       }
39     },
40     {
41       "name": "EnvironmentSelector-Plugin",
42       "dependencies": {
43         "HyperioniOS/Core": [
44           "~> 1.0"
45         ],
46         "HyperioniOSExtension/EnvironmentSelector": [
48         ]
49       },
50       "source_files": "HYPEnvironmentSelector/Plugin/**/*.{h,m}",
51       "public_header_files": "HYPEnvironmentSelector/Plugin/**/*.h",
52       "resources": "HYPEnvironmentSelector/Plugin/**/*.png"
53     },
54     {
55       "name": "FPSMonitor",
56       "source_files": "HYPFPSMonitor/NoHyperCore/**/*.{h,m}",
57       "public_header_files": "HYPFPSMonitor/NoHyperCore/**/*.h",
58       "platforms": {
59         "ios": "6.0"
60       }
61     },
62     {
63       "name": "FPSMonitor-Plugin",
64       "dependencies": {
65         "HyperioniOS/Core": [
66           "~> 1.0"
67         ],
68         "HyperioniOSExtension/FPSMonitor": [
70         ]
71       },
72       "source_files": "HYPFPSMonitor/Plugin/**/*.{h,m}",
73       "public_header_files": "HYPFPSMonitor/Plugin/**/*.h",
74       "resources": "HYPFPSMonitor/Plugin/**/*.png"
75     },
76     {
77       "name": "UIMainThreadChecker",
78       "source_files": "HYPUIMainThreadChecker/NoHyperCore/**/*.{h,m}",
79       "public_header_files": "HYPUIMainThreadChecker/NoHyperCore/**/*.h",
80       "platforms": {
81         "ios": "5.0"
82       }
83     },
84     {
85       "name": "UIMainThreadChecker-Plugin",
86       "dependencies": {
87         "HyperioniOS/Core": [
88           "~> 1.0"
89         ],
90         "HyperioniOSExtension/UIMainThreadChecker": [
92         ]
93       },
94       "source_files": "HYPUIMainThreadChecker/Plugin/**/*.{h,m}",
95       "public_header_files": "HYPUIMainThreadChecker/Plugin/**/*.h",
96       "resources": "HYPUIMainThreadChecker/Plugin/**/*.png"
97     }
98   ]