| { |
| "name": "RandomUser.Swift", |
| "version": "0.0.1", |
| "summary": "A nifty RandomUser generator for Swift", |
| "description": "A nifty RandomUser generator for Swift\nRandomUser_Swift aims to provider an easy to use API for generating random\nuser model objects in a way that integrates well with your existing model graph.\n\nIn a few lines you can generate a new user with random name, age and profile picture.\nLocations, languages and Genders are not fully supported but will be coming soon.", |
| "homepage": "https://github.com/abury/RandomUser_Swift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Aron Bury": "aron.bury@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/abury/RandomUser_Swift.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "RandomUser/*.{swift}", |
| "resource_bundles": { |
| "RandomUser": "RandomUser/Resources/*" |
| }, |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |