| { |
| "name": "AGRateView", |
| "version": "0.0.1", |
| "summary": "AGRateView - This is UI component for iOS Application. By using it you can easy implement ratings in your application.", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Alexey Gubarev": "gubarev.lesha@gmail.com" |
| }, |
| "homepage": "https://github.com/ogubariev/AGRateView", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/ogubariev/AGRateView.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "AGRateView/*.{h,m}", |
| "public_header_files": "AGRateView/*.h", |
| "frameworks": "Foundation", |
| "requires_arc": true |
| } |