blob: e626f0ae01a9bc5849825eef6a9a4b3ec027cc0d [file] [log] [blame]
{
"name": "AnyAPI",
"version": "0.1.0",
"summary": "AnyAPI lets you easily interface with any HTTP API on the internet",
"description": "AnyAPI lets you easily interface with any HTTP API on the internet! AnyAPI uses Alamofire and ObjectMapper under the hood",
"homepage": "https://github.com/jpmcglone/AnyAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JP McGlone": "jp@trifl.co"
},
"source": {
"git": "https://github.com/jpmcglone/AnyAPI.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/jpmcglone",
"platforms": {
"ios": "9.0"
},
"source_files": "AnyAPI/Classes/**/*",
"dependencies": {
"Alamofire": [
],
"ObjectMapper": [
],
"AlamofireNetworkActivityIndicator": [
],
"AlamofireObjectMapper": [
]
},
"pushed_with_swift_version": "3.0"
}