[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 9 / 7 / TwitterCoreLegacy / 3.5.0 / TwitterCoreLegacy.podspec.json
blob54bcd17d75732a6f4094b13eb1b5cc4c6308420b
2   "name": "TwitterCoreLegacy",
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     "tvos": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/igor-makarov/TwitterKitLegacy.git",
15     "tag": "v3.5.0"
16   },
17   "license": {
18     "type": "Apache 2.0",
19     "file": "LICENSE"
20   },
21   "module_name": "TwitterCore",
22   "source_files": [
23     "TwitterCore/TwitterCore/**/*.{h,m}",
24     "TwitterCore/libextobjc/**/*.h",
25     "TwitterCore/TwitterCore-dynamic/TwitterCore.h"
26   ],
27   "prefix_header_file": "TwitterCore/TwitterCore/Supporting Files/TwitterCore-Prefix.pch",
28   "ios": {
29     "frameworks": [
30       "Accounts",
31       "CoreData",
32       "CoreGraphics",
33       "Foundation",
34       "Security",
35       "Social",
36       "UIKit"
37     ]
38   },
39   "tvos": {
40     "frameworks": [
41       "CoreData",
42       "CoreGraphics",
43       "Foundation",
44       "Security",
45       "UIKit"
46     ]
47   }