[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 8 / 2 / HyperioniOSExtension / 1.0.0 / HyperioniOSExtension.podspec.json
blob200c8e5d32146e2ef1548109cec425af0766effa
2   "name": "HyperioniOSExtension",
3   "version": "1.0.0",
4   "summary": "Use HyperioniOSExtension have:\nenvironment selector(HyperioniOSExtension/HYPEnvironmentSelector)\nfps monitor(HyperioniOSExtension/HYPFPSMonitor)\nui operation main thread check(HyperioniOSExtension/HYPUIMainThreadChecker)",
5   "description": "pod 'HyperioniOSExtension/HYPEnvironmentSelector',  :configurations => ['Debug']\npod 'HyperioniOSExtension/HYPFPSMonitor',           :configurations => ['Debug']\npod 'HyperioniOSExtension/HYPUIMainThreadChecker',  :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.0.0"
18   },
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "platforms": {
25     "ios": "9.0"
26   },
27   "subspecs": [
28     {
29       "name": "HYPEnvironmentSelector",
30       "dependencies": {
31         "HyperioniOS/Core": [
32           "~> 1.0"
33         ]
34       },
35       "source_files": "HYPEnvironmentSelector/**/*.{h,m}",
36       "public_header_files": "HYPEnvironmentSelector/**/*.h",
37       "exclude_files": "**/*.md",
38       "resources": [
39         "HYPEnvironmentSelector/**/*.png",
40         "HYPEnvironmentSelector/**/*.xib",
41         "HYPEnvironmentSelector/**/*.plist"
42       ]
43     },
44     {
45       "name": "HYPFPSMonitor",
46       "dependencies": {
47         "HyperioniOS/Core": [
48           "~> 1.0"
49         ]
50       },
51       "source_files": "HYPFPSMonitor/**/*.{h,m}",
52       "public_header_files": "HYPFPSMonitor/**/*.h",
53       "exclude_files": "**/*.md",
54       "resources": [
55         "HYPFPSMonitor/**/*.png",
56         "HYPFPSMonitor/**/*.xib",
57         "HYPFPSMonitor/**/*.plist"
58       ]
59     },
60     {
61       "name": "HYPUIMainThreadChecker",
62       "dependencies": {
63         "HyperioniOS/Core": [
64           "~> 1.0"
65         ]
66       },
67       "source_files": "HYPUIMainThreadChecker/**/*.{h,m}",
68       "public_header_files": "HYPUIMainThreadChecker/**/*.h",
69       "exclude_files": "**/*.md",
70       "resources": [
71         "HYPUIMainThreadChecker/**/*.png",
72         "HYPUIMainThreadChecker/**/*.xib",
73         "HYPUIMainThreadChecker/**/*.plist"
74       ]
75     }
76   ]