blob: 512af49a53f547038f49e205e1d99f74d673398c [file] [log] [blame]
{
"name": "TwitterSearch",
"version": "0.1.0",
"summary": "this CocoaPod allows to search Tweets in Twitter",
"description": "Using this pod you can serch for Tweets in Twitter and save them to an array",
"homepage": "https://github.com/ossiriss/TwitterSearch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Boris Estrin": "borisestrin@gmail.com"
},
"source": {
"git": "https://github.com/ossiriss/TwitterSearch.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TwitterSearch/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "3.0"
}