[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / a / 6 / InboxKit / 0.0.6 / InboxKit.podspec.json
blobf37d1eeae5e215dbdb6a5ff6f2ec150ac0ffa67e
2   "name": "InboxKit",
3   "version": "0.0.6",
4   "summary": "The Inbox iOS framework provides a native interface to the Inbox API.",
5   "description": "The Inbox iOS framework provides a native interface to the Inbox API, with additional features that make it easy to build full-fledged mail apps for iOS or add the email functionality you need to existing applications.",
6   "homepage": "https://github.com/inboxapp/inbox-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "authors": {
15     "Ben Gotow": "ben@inboxapp.com"
16   },
17   "social_media_url": "http://twitter.com/bengotow",
18   "prefix_header_file": "InboxFramework/Inbox/Inbox-Prefix.pch",
19   "source": {
20     "git": "https://github.com/inboxapp/inbox-ios.git",
21     "submodules": true,
22     "tag": "0.0.6"
23   },
24   "source_files": [
25     "InboxFramework/Inbox/*.{h,m}",
26     "InboxFramework/Inbox/**/*.{h,m}",
27     "InboxFramework/InboxUI/**/*.{h,m}",
28     "InboxFramework/Submodules/PDKeychainBindingsController/PDKeychainBindingsController/*.{h,m}"
29   ],
30   "dependencies": {
31     "FMDB": [
33     ],
34     "AFNetworking": [
35       "~> 2.0"
36     ]
37   },
38   "public_header_files": [
39     "InboxFramework/Inbox/*.h",
40     "InboxFramework/Inbox/**/*.h",
41     "InboxFramework/InboxUI/**/*.h"
42   ],
43   "libraries": "sqlite3",
44   "requires_arc": true