{ | |
"name": "SearchingTechniques", | |
"version": "0.1", | |
"summary": "Different searching techniques for iOS", | |
"homepage": "https://github.com/abdullahselek/searching-techniques", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"Abdullah Selek": "abdullahselek@yahoo.com" | |
}, | |
"source": { | |
"git": "https://github.com/abdullahselek/searching-techniques.git", | |
"tag": "0.1" | |
}, | |
"platforms": { | |
"ios": "9.0" | |
}, | |
"source_files": "SearchingTechniques/*.{h,m}", | |
"requires_arc": true | |
} |