[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 2 / 0 / Avatar / 1.0 / Avatar.podspec.json
blobc98ec588a6cd26ab9e65649db74726e230aa42ed
2   "name": "Avatar",
3   "version": "1.0",
4   "summary": "Randomly generated user Avatar images",
5   "description": "Randomly generated user Avatar images using CoreGraphics and Swift.",
6   "homepage": "https://github.com/wvabrinskas/Avatar.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Wiliam Vabrinskas": "wvabrinskas@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/william_vab",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/wvabrinskas/Avatar.git",
20     "tag": "1.0"
21   },
22   "frameworks": [
23     "UIKit",
24     "CoreGraphics",
25     "CoreImage"
26   ],
27   "source_files": "Avatar/*.{swift}",
28   "pushed_with_swift_version": "3.0"