[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / c / f / Parsable / 0.4.0 / Parsable.podspec.json
blobcb7860d311db8afd07bf95c0c229346aa7632d1e
2   "name": "Parsable",
3   "version": "0.4.0",
4   "summary": "A collection of handy implementations to deal with Parse.",
5   "description": "A collection of handy implementations to deal with Parse for iOS using Swift.",
6   "homepage": "https://github.com/BellAppLab/Parsable",
7   "license": "MIT",
8   "authors": {
9     "Bell App Lab": "apps@bellapplab.com"
10   },
11   "source": {
12     "git": "https://github.com/BellAppLab/Parsable.git",
13     "tag": "0.4.0"
14   },
15   "social_media_url": "https://twitter.com/BellAppLab",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "frameworks": [
22     "UIKit",
23     "Accounts",
24     "Social"
25   ],
26   "dependencies": {
27     "Parse": [
29     ],
30     "ParseFacebookUtilsV4": [
32     ],
33     "ParseTwitterUtils": [
35     ],
36     "ParseCrashReporting": [
38     ],
39     "FBSDKCoreKit": [
41     ],
42     "FBSDKLoginKit": [
44     ],
45     "BLLogger": [
47     ],
48     "SwiftFileManager": [
50     ],
51     "Defines": [
53     ]
54   }