blob: 612ef9ec5321e99c9f00d3b6f90c219f02f72eb1 [file] [log] [blame]
{
"name": "GridAPISwiftClient",
"version": "0.0.5",
"summary": "An API Client for The Grid API services.",
"homepage": "https://github.com/the-grid/GridAPISwiftClient",
"license": {
"type": "MIT"
},
"authors": {
"Nick Velloff": "nick.velloff@gmail.com"
},
"social_media_url": "https://twitter.com/nickvelloff",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/the-grid/GridAPISwiftClient.git",
"tag": "0.0.5"
},
"source_files": [
"Classes",
"APIClient/**/*.swift"
],
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 3.4.1"
],
"SwiftyJSON": [
"~> 2.3.1"
]
}
}