blob: ad60798333c4dff2820b8a82f4b1fafef94f1e73 [file] [log] [blame]
{
"name": "TwitterAPI",
"version": "0.4.0",
"summary": "This Twitter framework is to both support the OAuth and Social.framework, can handle REST and Streaming API.",
"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",
"homepage": "https://github.com/s-aska/TwitterAPI",
"license": "MIT",
"authors": {
"aska": "s.aska.org@gmail.com"
},
"social_media_url": "https://twitter.com/su_aska",
"source": {
"git": "https://github.com/s-aska/TwitterAPI.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"dependencies": {
"OAuthSwift": [
"= 1.0.0"
],
"MutableDataScanner": [
]
},
"source_files": "TwitterAPI/*.swift",
"pushed_with_swift_version": "3.0"
}