| { |
| "name": "RBRouteBuilder", |
| "version": "0.1.0", |
| "platforms": { |
| "ios": "5.0", |
| "osx": "10.7" |
| }, |
| "license": { |
| "type": "MIT" |
| }, |
| "summary": "Build routes without strings and headache", |
| "homepage": "https://github.com/railsware/RBRouteBuilder", |
| "authors": { |
| "Alex Denisov": "1101.debian@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/railsware/RBRouteBuilder.git", |
| "tag": "0.1.0" |
| }, |
| "requires_arc": true, |
| "source_files": "RouteBuilder/Sources/*.{h,m}", |
| "public_header_files": "RBRouteBuilder/RouteBuilder.h" |
| } |