| { | |
| "name": "ARPerformanceScout", | |
| "platforms": { | |
| "ios": "5.0" | |
| }, | |
| "version": "0.0.1", | |
| "license": "MIT", | |
| "summary": "A slim tool for discovering Objective-C performance bottlenecks.", | |
| "homepage": "https://github.com/ursachec/ARPerformanceScout", | |
| "authors": { | |
| "Claudiu-Vlad Ursache": "claudiu@cvursache.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/ursachec/ARPerformanceScout.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": "ARPerformanceScout/ARPerformanceScout.{h,m}", | |
| "requires_arc": true | |
| } |