[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 1 / 7 / TweakologyEngine / 0.1.1 / TweakologyEngine.podspec.json
blob4b8bec91d3342a482ce7a06d2a65c16cb13be081
2   "name": "TweakologyEngine",
3   "version": "0.1.1",
4   "summary": "Tweakology`s engine to update app layout from configuration at runtime",
5   "description": "Tweakology`s engine to update app layout from configuration at runtime",
6   "homepage": "https://github.com/Velikolay/tweakology",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nikolay Ivanov": "velikolay@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Velikolay/tweakology.git",
16     "tag": "0.1.1"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "TweakologyEngine/Classes/**/*",
23   "dependencies": {
24     "GCDWebServer": [
25       "~> 3.0"
26     ],
27     "ObjectMapper": [
28       "~> 3.1"
29     ],
30     "SDWebImage": [
31       "~> 4.0"
32     ]
33   },
34   "resources": "TweakologyEngine/**/*.xcassets",
35   "subspecs": [
36     {
37       "name": "CryptoHash",
38       "source_files": "CryptoHash/**/*.{h,m}"
39     }
40   ]