blob: 8b731aea3869dd407f71eee9368974e98e4d1742 [file] [log] [blame]
{
"name": "SwiftyParse",
"version": "0.4.0",
"summary": "Parse client in Swift. Do it right.",
"homepage": "https://github.com/greycats/Parse.swift",
"license": "MIT",
"authors": {
"Rex Sheng": "shengning@gmail.com"
},
"source": {
"git": "https://github.com/greycats/Parse.swift.git",
"tag": "0.4.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Parse/*.swift",
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
]
}
}