[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 9 / c / ROX / 0.11.0 / ROX.podspec.json
bloba20e7b792d5a0b437ba005cb1ec37827bb6ebb6b
2   "name": "ROX",
3   "version": "0.11.0",
4   "summary": "Continuous Feature Rollouts for Mobile",
5   "description": "Release mobile features quickly and safely with fully controlled rollouts, measure impact, and react as needed without waiting for your next code release.",
6   "homepage": "https://rollout.io",
7   "license": {
8     "type": "Commercial",
9     "text": "See http://www.rollout.io/"
10   },
11   "authors": {
12     "Rollout.io": "support@rollout.io"
13   },
14   "documentation_url": "http://support.rollout.io/",
15   "requires_arc": true,
16   "ios": {
17     "vendored_frameworks": "ROX/ROX.framework"
18   },
19   "xcconfig": {
20     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
21   },
22   "source": {
23     "git": "https://github.com/rollout/rox-ios.git",
24     "tag": "0.11.0"
25   },
26   "preserve_paths": [
27     "lib/**/*",
28     "install/**/*",
29     "ROXFlags/*"
30   ],
31   "platforms": {
32     "ios": "8.0"
33   }