| { |
| "name": "TweakologyEngine", |
| "version": "0.1.1", |
| "summary": "Tweakology`s engine to update app layout from configuration at runtime", |
| "description": "Tweakology`s engine to update app layout from configuration at runtime", |
| "homepage": "https://github.com/Velikolay/tweakology", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Nikolay Ivanov": "velikolay@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Velikolay/tweakology.git", |
| "tag": "0.1.1" |
| }, |
| "swift_version": "4.2", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "TweakologyEngine/Classes/**/*", |
| "dependencies": { |
| "GCDWebServer": [ |
| "~> 3.0" |
| ], |
| "ObjectMapper": [ |
| "~> 3.1" |
| ], |
| "SDWebImage": [ |
| "~> 4.0" |
| ] |
| }, |
| "resources": "TweakologyEngine/**/*.xcassets", |
| "subspecs": [ |
| { |
| "name": "CryptoHash", |
| "source_files": "CryptoHash/**/*.{h,m}" |
| } |
| ] |
| } |