| { |
| "name": "Worderer", |
| "version": "0.2", |
| "summary": "Random words generating (iOS)", |
| "description": "Random words generating (determined by dictionary). Might be useful for testing", |
| "homepage": "https://github.com/Itheme/Worderer", |
| "license": "MIT", |
| "authors": { |
| "Dan Parkhomenko": "thereaintnomailformeagain@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/Itheme/Worderer.git", |
| "tag": "0.2" |
| }, |
| "source_files": "Classes/*.{h,m,xib,png}", |
| "resources": "Resources/*.{xib,png,plist}", |
| "frameworks": "UIKit" |
| } |