blob: 3720c79ac626fd24f6f31e7ee426e7936b185eb1 [file] [log] [blame]
{
"name": "TwitterKitLegacy",
"version": "3.5.0",
"summary": "Increase user engagement and app growth.",
"homepage": "https://github.com/twitter/twitter-kit-ios",
"documentation_url": "https://github.com/twitter/twitter-kit-ios/wiki",
"social_media_url": "https://twitter.com/TwitterDev",
"authors": "Twitter",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/igor-makarov/TwitterKitLegacy.git",
"tag": "v3.5.0"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"module_name": "TwitterKit",
"source_files": [
"TwitterKit/TwitterKit/**/*.{h,m}",
"TwitterKit/libextobjc/**/*.h",
"TwitterKit/TwitterKit-dynamic/TwitterKit.h"
],
"exclude_files": [
"TwitterKit/TwitterKit/External/Punycode Cocoa/Example/**/*"
],
"prefix_header_file": "TwitterKit/TwitterKit/Supporting Files/TwitterKit-Prefix.pch",
"resources": [
"TwitterKit/TwitterKitResources.bundle"
],
"frameworks": [
"CoreText",
"QuartzCore",
"CoreData",
"CoreGraphics",
"Foundation",
"Security",
"UIKit",
"CoreMedia",
"AVFoundation",
"SafariServices",
"WebKit"
],
"dependencies": {
"TwitterCoreLegacy": [
">= 3.5.0"
]
}
}