blob: 6e14b7fb3ad04318792aabb3eade8d853828e597 [file] [log] [blame]
{
"name": "ArtikCloud",
"version": "2.0.5",
"summary": "ARTIK Cloud SDK",
"description": "ARTIK Cloud Objective C SDK",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "SystemConfiguration",
"homepage": "https://github.com/artikcloud/artikcloud-objc",
"license": "Apache License, Version 2.0",
"source": {
"git": "https://github.com/artikcloud/artikcloud-objc.git",
"tag": "2.0.5"
},
"authors": {
"Samsung ArtikCloud": "support@ssi.samsung.com"
},
"source_files": "ArtikCloud/**/*.{m,h}",
"public_header_files": "ArtikCloud/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 3"
],
"JSONModel": [
"~> 1.2"
],
"ISO8601": [
"~> 0.5"
]
}
}