| { | |
| "name": "SearchingTechniques", | |
| "version": "0.3", | |
| "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.3" | |
| }, | |
| "platforms": { | |
| "ios": "9.0", | |
| "osx": "10.10", | |
| "tvos": "9.0" | |
| }, | |
| "source_files": "Source/*.{h,m}", | |
| "requires_arc": true | |
| } |