blob: 6e363e7efc395a53b5df5509784ff981476b17e3 [file] [log] [blame]
{
"name": "InboxSDK",
"version": "0.0.1",
"summary": "The Inbox iOS framework provides a native interface to the Inbox API.",
"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",
"tag": "0.0.1",
"submodules": true
},
"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
}