blob: 8649ef8fd56b24d7323d107866428782e200300e [file] [log] [blame]
{
"name": "SwiftyParse",
"version": "0.3.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.3.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Parse/*.swift",
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
]
}
}