blob: a4333308ed7f160946e1ea4dd9765ccb080fbcb1 [file] [log] [blame]
{
"name": "InboxSDK",
"version": "0.0.2",
"summary": "** Use InboxKit instead **",
"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.",
"homepage": "https://github.com/inboxapp/inbox-ios",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"platforms": {
"ios": "7.0"
},
"authors": {
"Ben Gotow": "ben@inboxapp.com"
},
"social_media_url": "http://twitter.com/bengotow",
"prefix_header_file": "InboxFramework/Inbox/Inbox-Prefix.pch",
"source": {
"git": "https://github.com/inboxapp/inbox-ios.git",
"submodules": true,
"tag": "0.0.2"
},
"source_files": [
"InboxFramework/Submodules/INDependencyNamespacing.h",
"InboxFramework/Submodules/FMDB/src/fmdb/*.{h,m}",
"InboxFramework/Submodules/AFNetworking/AFNetworking/*.{h,m}",
"InboxFramework/Submodules/AFNetworking/UIKit+AFNetworking/*.{h,m}",
"InboxFramework/Submodules/PDKeychainBindingsController/PDKeychainBindingsController/*.{h,m}",
"InboxFramework/Inbox/*.{h,m}",
"InboxFramework/Inbox/**/*.{h,m}",
"InboxFramework/InboxUI/**/*.{h,m}"
],
"public_header_files": [
"InboxFramework/Inbox/*.h",
"InboxFramework/Inbox/**/*.h",
"InboxFramework/InboxUI/**/*.h"
],
"libraries": "sqlite3",
"requires_arc": true
}