blob: 7a08ce1a288eee069119712068af26ca74ef5f9e [file] [log] [blame]
{
"name": "RESTful",
"version": "1.0.0",
"summary": "RESTful is a small but powerful library that makes creating REST clients simple and fun.",
"description": "RESTful is a small but powerful library that makes creating REST clients simple and fun.",
"homepage": "https://github.com/tospery/RESTful",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tospery": "tospery@gmail.com"
},
"source": {
"git": "https://github.com/tospery/RESTful.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RESTful/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"ReactiveObjC": [
"3.1.1"
],
"AFNetworking": [
"3.2.1"
],
"Mantle": [
"2.1.1"
]
}
}