[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / 2 / a / Romo / 0.5.3 / Romo.podspec.json
blob74ccc18552db273dfc04d9deb22730e40ac2175f
2   "name": "Romo",
3   "summary": "Romo iOS SDK",
4   "homepage": "https://github.com/Navideck/Romo-iOS-SDK",
5   "version": "0.5.3",
6   "authors": {
7     "Navideck": "team@navideck.com"
8   },
9   "source": {
10     "git": "https://github.com/Navideck/Romo-iOS-SDK",
11     "tag": "Romo_v0.5.3"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "requires_arc": true,
17   "static_framework": true,
18   "license": {
19     "file": "LICENSE.md"
20   },
21   "default_subspecs": "RMCore",
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "subspecs": [
29     {
30       "name": "RMShared",
31       "source_files": "RMShared/Classes/**/*.{h,m,mm,pch}",
32       "dependencies": {
33         "CocoaLumberjack": [
35         ],
36         "SocketRocket": [
38         ]
39       }
40     },
41     {
42       "name": "RMCore",
43       "source_files": "RMCore/Classes/**/*.{h,m,mm,pch}",
44       "dependencies": {
45         "Romo/RMShared": [
47         ]
48       }
49     },
50     {
51       "name": "RMCharacter",
52       "source_files": "RMCharacter/Classes/**/*.{h,m,mm,pch}",
53       "resources": "RMCharacter/Assets/**/*.*",
54       "dependencies": {
55         "Romo/RMShared": [
57         ]
58       }
59     },
60     {
61       "name": "RMVision",
62       "source_files": "RMVision/Classes/**/*.{h,m,mm,pch}",
63       "exclude_files": [
64         "RMVisionSample",
65         "RMVisionSampleTests"
66       ],
67       "resource_bundles": {
68         "RMVision": [
69           "RMVision/Assets/**/*.*"
70         ]
71       },
72       "dependencies": {
73         "Romo/RMShared": [
75         ],
76         "CocoaLumberjack": [
78         ],
79         "GPUImage": [
81         ],
82         "OpenCV": [
83           "~> 2.0"
84         ]
85       }
86     }
87   ]