[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 1 / 7 / TweakologyEngine / 0.1.7 / TweakologyEngine.podspec.json
blob95a7155b0593c04d354405a82880a7fc79486996
2   "name": "TweakologyEngine",
3   "version": "0.1.7",
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.7"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "pod_target_xcconfig": {
23     "DEFINES_MODULE": "YES"
24   },
25   "source_files": "TweakologyEngine/Classes/**/*",
26   "dependencies": {
27     "GCDWebServer": [
28       "~> 3.0"
29     ],
30     "ObjectMapper": [
31       "~> 3.1"
32     ],
33     "SDWebImage": [
34       "~> 4.0"
35     ]
36   },
37   "resources": "TweakologyEngine/**/*.xcassets",
38   "subspecs": [
39     {
40       "name": "CryptoHash",
41       "source_files": "CryptoHash/**/*.{h,m}"
42     }
43   ]