[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 3 / 7 / 5 / RandomUser.Swift / 0.0.1 / RandomUser.Swift.podspec.json
blob2fea76277376931ac9f930a5e79a4c1a6a6fef8a
2   "name": "RandomUser.Swift",
3   "version": "0.0.1",
4   "summary": "A nifty RandomUser generator for Swift",
5   "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.",
6   "homepage": "https://github.com/abury/RandomUser_Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aron Bury": "aron.bury@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/abury/RandomUser_Swift.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "RandomUser/*.{swift}",
22   "resource_bundles": {
23     "RandomUser": "RandomUser/Resources/*"
24   },
25   "frameworks": "UIKit",
26   "requires_arc": true