blob: df6c5630927bd0e74892e75ecd704a5637164b35 [file] [log] [blame]
{
"name": "SimpleSDK",
"version": "1.1.0",
"summary": "Designed to help develop an SDK that is built around an API.",
"description": "A simple way to develop an SDK that is built around an API. Through the use of protocols and subclasses.",
"homepage": "https://github.com/MataDesigns/SimpleSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicholas Mata": "NicholasMata94@gmail.com"
},
"source": {
"git": "https://github.com/MataDesigns/SimpleSDK.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SimpleSDK/**/*",
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
],
"EasyJSON": [
]
}
}