[Add] YIM 2.2.8
[CocoaPods.git] / Specs / b / a / c / JustTweak / 4.0.0 / JustTweak.podspec.json
blobec33849e7697d2e240040d19fae379a76c08452b
2   "name": "JustTweak",
3   "version": "4.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     "Gianluca Tranchedone": "gianluca.tranchedone@just-eat.com",
13     "Alberto De Bortoli": "alberto.debortoli@just-eat.com",
14     "Dimitar Chakarov": "dimitar.chakarov@just-eat.com"
15   },
16   "source": {
17     "git": "https://github.com/justeat/JustTweak.git",
18     "tag": "4.0.0"
19   },
20   "platforms": {
21     "ios": "11.0"
22   },
23   "swift_version": "5.0",
24   "default_subspecs": [
25     "Core",
26     "UI"
27   ],
28   "ios": {
29     "resource_bundles": {
30       "JustTweak": "JustTweak/Assets/**/*"
31     }
32   },
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "JustTweak/Classes/Core/*.swift"
37     },
38     {
39       "name": "UI",
40       "dependencies": {
41         "JustTweak/Core": [
43         ]
44       },
45       "source_files": "JustTweak/Classes/UI/*.swift"
46     }
47   ]