blob: 5cd26ce726dafea6acdc063714662cf502fb57b1 [file] [log] [blame]
{
"name": "glomex",
"version": "0.1.0",
"summary": "This pod can be user for a Glomex Content SDK",
"description": "This pod can be user for a Glomex Content SDK. Please find the instruction on README",
"homepage": "https://github.com/glomex/content-sdk-ios/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mrgerych@gmail.com": "mrgerych@gmail.com"
},
"source": {
"git": "https://github.com/glomex/content-sdk-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"dependencies": {
"glomex/content-sdk": [
]
}
},
{
"name": "content-sdk",
"source_files": "Sources/**/*"
}
]
}