[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / f / 7 / TwitterKitLegacy / 3.5.0 / TwitterKitLegacy.podspec.json
blob3720c79ac626fd24f6f31e7ee426e7936b185eb1
2   "name": "TwitterKitLegacy",
3   "version": "3.5.0",
4   "summary": "Increase user engagement and app growth.",
5   "homepage": "https://github.com/twitter/twitter-kit-ios",
6   "documentation_url": "https://github.com/twitter/twitter-kit-ios/wiki",
7   "social_media_url": "https://twitter.com/TwitterDev",
8   "authors": "Twitter",
9   "platforms": {
10     "ios": "9.0"
11   },
12   "source": {
13     "git": "https://github.com/igor-makarov/TwitterKitLegacy.git",
14     "tag": "v3.5.0"
15   },
16   "license": {
17     "type": "Apache 2.0",
18     "file": "LICENSE"
19   },
20   "module_name": "TwitterKit",
21   "source_files": [
22     "TwitterKit/TwitterKit/**/*.{h,m}",
23     "TwitterKit/libextobjc/**/*.h",
24     "TwitterKit/TwitterKit-dynamic/TwitterKit.h"
25   ],
26   "exclude_files": [
27     "TwitterKit/TwitterKit/External/Punycode Cocoa/Example/**/*"
28   ],
29   "prefix_header_file": "TwitterKit/TwitterKit/Supporting Files/TwitterKit-Prefix.pch",
30   "resources": [
31     "TwitterKit/TwitterKitResources.bundle"
32   ],
33   "frameworks": [
34     "CoreText",
35     "QuartzCore",
36     "CoreData",
37     "CoreGraphics",
38     "Foundation",
39     "Security",
40     "UIKit",
41     "CoreMedia",
42     "AVFoundation",
43     "SafariServices",
44     "WebKit"
45   ],
46   "dependencies": {
47     "TwitterCoreLegacy": [
48       ">= 3.5.0"
49     ]
50   }