| { |
| "name": "TwitterCoreLegacy", |
| "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", |
| "tvos": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/igor-makarov/TwitterKitLegacy.git", |
| "tag": "v3.5.0" |
| }, |
| "license": { |
| "type": "Apache 2.0", |
| "file": "LICENSE" |
| }, |
| "module_name": "TwitterCore", |
| "source_files": [ |
| "TwitterCore/TwitterCore/**/*.{h,m}", |
| "TwitterCore/libextobjc/**/*.h", |
| "TwitterCore/TwitterCore-dynamic/TwitterCore.h" |
| ], |
| "prefix_header_file": "TwitterCore/TwitterCore/Supporting Files/TwitterCore-Prefix.pch", |
| "ios": { |
| "frameworks": [ |
| "Accounts", |
| "CoreData", |
| "CoreGraphics", |
| "Foundation", |
| "Security", |
| "Social", |
| "UIKit" |
| ] |
| }, |
| "tvos": { |
| "frameworks": [ |
| "CoreData", |
| "CoreGraphics", |
| "Foundation", |
| "Security", |
| "UIKit" |
| ] |
| } |
| } |