blob: a8f1c28d38f5c93004421b6d48f4fb94509fcefe [file] [log] [blame]
{
"name": "TwitterAPI",
"version": "0.0.9",
"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.0.9"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"dependencies": {
"OAuthSwift": [
],
"MutableDataScanner": [
]
},
"source_files": "TwitterAPI/*.swift"
}