blob: 23ab8e78471961888592e02381a41708097af54e [file] [log] [blame]
{
"name": "MongoLabKitSwift",
"version": "0.1",
"summary": "MongoLabKit is a REST client API for iOS, tvOS and watchOS written to make REST calls to a MongoLab database.",
"homepage": "https://github.com/ustwo/mongolabkit-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luca Strazzullo": "luca@ustwo.com"
},
"social_media_url": "http://twitter.com/ustwo",
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/ustwo/mongolabkit-swift.git",
"tag": "0.1"
},
"source_files": "MongoLabKit/Sources/**/*"
}