blob: de79da00a65945782c087e3e6c313bb63ae2786d [file] [log] [blame]
{
"name": "Parsable",
"version": "0.6.3",
"summary": "A collection of handy implementations to deal with Parse.",
"description": "A collection of handy implementations to deal with Parse for iOS using Swift.",
"homepage": "https://github.com/BellAppLab/Parsable",
"license": "MIT",
"authors": {
"Bell App Lab": "apps@bellapplab.com"
},
"source": {
"git": "https://github.com/BellAppLab/Parsable.git",
"tag": "0.6.3"
},
"social_media_url": "https://twitter.com/BellAppLab",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"Accounts",
"Social"
],
"dependencies": {
"Parse": [
],
"ParseFacebookUtilsV4": [
],
"ParseTwitterUtils": [
],
"ParseCrashReporting": [
],
"BLLogger": [
],
"SwiftFileManager": [
],
"Defines": [
]
}
}