[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / 2 / Facebook-PromiseKit / 0.1.0 / Facebook-PromiseKit.podspec.json
blobf25586845b1b05040eea260608a5f01c2f1ed899
2   "name": "Facebook-PromiseKit",
3   "version": "0.1.0",
4   "summary": "PromiseKit wrapper for Facebook iOS SDK.",
5   "description": "Simple library that wraps some basic Facebook iOS SDK calls in fancy PromiseKit promises. Library also provides some convinience methods to make developer life easier.",
6   "homepage": "https://github.com/FastrBooks/Facebook-PromiseKit",
7   "license": "MIT",
8   "authors": {
9     "Kirils Sivokozs": "kirils@fastrbooks.com"
10   },
11   "source": {
12     "git": "https://github.com/FastrBooks/Facebook-PromiseKit.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/staIkerrus",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "Facebook-PromiseKit": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "dependencies": {
28     "Facebook-iOS-SDK": [
30     ],
31     "PromiseKit": [
33     ]
34   }