[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / a / c / JustTweak / 2.0.0 / JustTweak.podspec.json
blob12ad8c0885b79ceb9d3032f3816793a4e85dd624
2   "name": "JustTweak",
3   "version": "2.0.0",
4   "summary": "A framework for feature flagging, locally and remotely configure and A/B test iOS apps.",
5   "description": "JustTweak is a framework for feature flagging, locally and remotely configure and A/B test iOS apps.",
6   "homepage": "https://github.com/justeat/JustTweak",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Just Eat iOS team": "justeat.ios.team@gmail.com",
13     "Gianluca Tranchedone": "gianluca.tranchedone@just-eat.com"
14   },
15   "source": {
16     "git": "https://github.com/justeat/JustTweak.git",
17     "tag": "2.0.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "default_subspecs": [
23     "Core",
24     "UI"
25   ],
26   "ios": {
27     "resource_bundles": {
28       "JustTweak": "JustTweak/Assets/**/*"
29     }
30   },
31   "pushed_with_swift_version": "4.0",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "JustTweak/Classes/Core/*.swift"
36     },
37     {
38       "name": "UI",
39       "dependencies": {
40         "JustTweak/Core": [
42         ]
43       },
44       "source_files": "JustTweak/Classes/UI/*.swift"
45     }
46   ]