blob: 9578af8ff00dd84f239f068e4b4bcc8c47365ccd [file] [log] [blame]
{
"name": "KenticoCloud",
"version": "0.2.0",
"summary": "Swift SDK for Kentico Cloud",
"description": "Swift SDK for Kentico Cloud.",
"homepage": "https://github.com/kentico/cloud-sdk-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Martin Makarsky": "martinm@kentico.com"
},
"source": {
"git": "https://github.com/kentico/cloud-sdk-swift.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/kenticocloud",
"platforms": {
"ios": "8.3",
"osx": "10.11",
"watchos": "3.2",
"tvos": "9.0"
},
"source_files": "KenticoCloud/Classes/**/*",
"dependencies": {
"AlamofireObjectMapper": [
"~> 4.0"
],
"Kanna": [
"~> 2.2.0"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"pushed_with_swift_version": "3.1",
"deprecated_in_favor_of": "KenticoKontentDelivery"
}