blob: 679598b8e765201581a12597880627d588669f88 [file] [log] [blame]
{
"name": "RelapSDK",
"version": "0.0.1",
"summary": "Relap.io SDK",
"homepage": "https://github.com/igorkamenev/relapsdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Username": "igorkamenev@yandex.ru"
},
"platforms": {
"ios": 7.0
},
"source": {
"git": "https://github.com/igorkamenev/relapsdk.git",
"tag": "0.0.1"
},
"frameworks": "Foundation",
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Classes/*.*",
"public_header_files": "Classes/*.h"
}
]
}