blob: 769195383a65fceb40e0fd1c679d65220e90f8f9 [file] [log] [blame]
{
"name": "TwitterSearchObjC",
"version": "0.2.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/TwitterSearchObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Boris Estrin": "borisestrin@gmail.com"
},
"source": {
"git": "https://github.com/ossiriss/TwitterSearchObjC.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TwitterSearchObjC/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.1"
]
}
}