[Add] YIM 2.2.8
[CocoaPods.git] / Specs / b / a / c / JustTweak / 3.1.0 / JustTweak.podspec.json
blobe076701424bcfe90115ddbff4d7375c50a319b92
2   "name": "JustTweak",
3   "version": "3.1.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": "3.1.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   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "JustTweak/Classes/Core/*.swift"
35     },
36     {
37       "name": "UI",
38       "dependencies": {
39         "JustTweak/Core": [
41         ]
42       },
43       "source_files": "JustTweak/Classes/UI/*.swift"
44     }
45   ]