[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / c / f / Parsable / 0.6.2 / Parsable.podspec.json
blob5649465f6af622421b026d5bf7e9403ce738562f
2   "name": "Parsable",
3   "version": "0.6.2",
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.6.2"
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": [
28       "~> 1.8.5"
29     ],
30     "ParseFacebookUtilsV4": [
32     ],
33     "ParseTwitterUtils": [
35     ],
36     "ParseCrashReporting": [
38     ],
39     "BLLogger": [
41     ],
42     "SwiftFileManager": [
44     ],
45     "Defines": [
47     ]
48   }