blob: 42e443c6e1f9d4cbecd9d48254c67c6d477d0a8f [file] [log] [blame]
{
"name": "TweakologyEngine",
"version": "0.1.8",
"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.8"
},
"swift_versions": "4.2",
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"source_files": "TweakologyEngine/Classes/**/*",
"dependencies": {
"GCDWebServer": [
"~> 3.0"
],
"ObjectMapper": [
"~> 3.4.1"
],
"SDWebImage": [
"~> 4.0"
]
},
"resources": "TweakologyEngine/**/*.xcassets",
"swift_version": "4.2",
"subspecs": [
{
"name": "CryptoHash",
"source_files": "CryptoHash/**/*.{h,m}",
"exclude_files": "CryptoHash/Example/build/**/*"
}
]
}