[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 5 / 4 / e / InboxSDK / 0.0.2 / InboxSDK.podspec.json
bloba4333308ed7f160946e1ea4dd9765ccb080fbcb1
2   "name": "InboxSDK",
3   "version": "0.0.2",
4   "summary": "** Use InboxKit instead **",
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.2"
23   },
24   "source_files": [
25     "InboxFramework/Submodules/INDependencyNamespacing.h",
26     "InboxFramework/Submodules/FMDB/src/fmdb/*.{h,m}",
27     "InboxFramework/Submodules/AFNetworking/AFNetworking/*.{h,m}",
28     "InboxFramework/Submodules/AFNetworking/UIKit+AFNetworking/*.{h,m}",
29     "InboxFramework/Submodules/PDKeychainBindingsController/PDKeychainBindingsController/*.{h,m}",
30     "InboxFramework/Inbox/*.{h,m}",
31     "InboxFramework/Inbox/**/*.{h,m}",
32     "InboxFramework/InboxUI/**/*.{h,m}"
33   ],
34   "public_header_files": [
35     "InboxFramework/Inbox/*.h",
36     "InboxFramework/Inbox/**/*.h",
37     "InboxFramework/InboxUI/**/*.h"
38   ],
39   "libraries": "sqlite3",
40   "requires_arc": true