| { |
| "name": "DDLTimeProfiler", |
| "version": "1.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "Simple time profiling library in Objective-C based on MTU (Mach Time Units)", |
| "homepage": "https://github.com/DeadlineRU/DDLTimeProfiler", |
| "social_media_url": "http://twitter.com/deadlineru", |
| "authors": { |
| "Georgiy Malyukov": "gioma.github@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/DeadlineRU/DDLTimeProfiler.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "Sources/*.{h,m}", |
| "requires_arc": true |
| } |