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