blob: 9d3d55a00476b09056950c2a85921af786eea2fb [file] [log] [blame]
{
"name": "FoxAPIKit",
"version": "0.2.0",
"summary": "A wrapper over Alamofire for handling APIs for iOS by Fox Labs.",
"description": "A wrapper over Alamofire for handling APIs for iOS by Fox Labs. It contains utility methods for various classes in iOS.",
"homepage": "https://github.com/Nickelfox/FoxAPIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ravindra Soni": "soni@nickelfox.com"
},
"source": {
"git": "https://github.com/Nickelfox/FoxAPIKit.git",
"tag": "0.2.0"
},
"platforms": {
"osx": "10.10",
"tvos": "9.0",
"ios": "9.0"
},
"source_files": "Source/**/*",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"SwiftyJSON": [
"~> 4.0"
],
"JSONParsing": [
"~> 0.2.0"
],
"AnyErrorKit": [
"~> 0.1.4"
]
}
}