blob: 2182fd0f18043a02d619bbc11d015ce09584c793 [file] [log] [blame]
{
"name": "Parsable",
"version": "0.6.5",
"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.5"
},
"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": [
]
}
}