blob: f93690593a53ed346bb851c2ef808a883d343925 [file] [log] [blame]
{
"name": "iSimpleRest-iOS",
"version": "1.1.15.test.8",
"summary": "Rest service library",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "http://source.isimplelab.com/ios/isimple_ios_rest.git",
"authors": {
"Виктор": "v.dyachkov@isimplelab.com"
},
"source": {
"git": "http://source.isimplelab.com/ios/isimple_ios_rest.git",
"tag": "1.1.15.test.8"
},
"source_files": "Pod/Classes/ClientSDK.h",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Crypto",
"source_files": "Pod/Classes/Crypto/Crypto.{h,m}",
"public_header_files": "Pod/Classes/Crypto/Crypto.h"
},
{
"name": "KeychainManager",
"source_files": "Pod/Classes/KeychainManager/*.{h,m}",
"public_header_files": "Pod/Classes/KeychainManager/KeychainManager.h"
},
{
"name": "Rest",
"source_files": "Pod/Classes/Rest/*.{h,m}",
"public_header_files": "Pod/Classes/Rest/Rest.h",
"dependencies": {
"iSimpleRest-iOS/Crypto": [
],
"iSimpleRest-iOS/KeychainManager": [
]
}
},
{
"name": "Models",
"subspecs": [
{
"name": "ModelParser",
"source_files": "Pod/Classes/Models/ModelParser/*.{h,m}",
"public_header_files": "Pod/Classes/Models/ModelParser/NSObject+Parser.h"
},
{
"name": "Organization",
"source_files": "Pod/Classes/Models/Organization/*.{h,m}",
"dependencies": {
"iSimpleRest-iOS/Models/ModelParser": [
]
}
}
]
}
]
}