[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 6 / 0 / JFParseFBFriends / 1.0.0 / JFParseFBFriends.podspec.json
blob0f6cddab2ac33a76612a3f763a4371140f5efbca
2   "name": "JFParseFBFriends",
3   "version": "1.0.0",
4   "summary": "A CocoaPod to help manage Facebook/Parse friend relationships.",
5   "description": "                       Being able to quickly prototype social apps with Parse/Facebook is great.  One of the annoying tasks is managing the caching/update of the user's friend network.\n\n                       This helper class is designed to streamline the management of your Parse PFUser's Facebook info, and use blocks to push seamless friend-list updates to your UI.\n",
6   "homepage": "https://github.com/jmfieldman/JFParseFBFriends",
7   "license": "MIT",
8   "authors": {
9     "Jason Fieldman": "jason@fieldman.org"
10   },
11   "source": {
12     "git": "https://github.com/jmfieldman/JFParseFBFriends.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "JFParseFBFriends": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Parse": [
28     ],
29     "Facebook-iOS-SDK": [
31     ],
32     "ParseFacebookUtils": [
34     ]
35   },
36   "deprecated": true