[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / 6 / TwitterAPI / 0.4.0 / TwitterAPI.podspec.json
blobad60798333c4dff2820b8a82f4b1fafef94f1e73
2   "name": "TwitterAPI",
3   "version": "0.4.0",
4   "summary": "This Twitter framework is to both support the OAuth and Social.framework, can handle REST and Streaming API.",
5   "description": "Features\n- Streaming API connection using the NSURLSession\n- Both support the OAuth and Social.framework (iOS only)\n- Both support the iOS and OSX",
6   "homepage": "https://github.com/s-aska/TwitterAPI",
7   "license": "MIT",
8   "authors": {
9     "aska": "s.aska.org@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/su_aska",
12   "source": {
13     "git": "https://github.com/s-aska/TwitterAPI.git",
14     "tag": "0.4.0"
15   },
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "OAuthSwift": [
23       "= 1.0.0"
24     ],
25     "MutableDataScanner": [
27     ]
28   },
29   "source_files": "TwitterAPI/*.swift",
30   "pushed_with_swift_version": "3.0"