[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 4 / 1 / PicStamp / 0.1.0 / PicStamp.podspec.json
blob2cf3b99a27fd833b0c4d11af1e36b433459b1211
2   "name": "PicStamp",
3   "version": "0.1.0",
4   "summary": "Take, pick, label and stamp pictures",
5   "description": "This pod contains all the code to take, pick, label and stamp pictures. Including the views and controllers.",
6   "homepage": "https://github.com/nextgenappsllc/PicStamp",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nextgenappsllc": "nextgenappsllc@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nextgenappsllc/PicStamp.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "PicStamp/Classes/**/*",
22   "resource_bundles": {
23     "PicStamp": [
24       "PicStamp/Assets/*.png"
25     ]
26   },
27   "frameworks": [
28     "UIKit",
29     "Photos"
30   ],
31   "dependencies": {
32     "Eureka": [
33       "~> 3.0"
34     ],
35     "SQLite.swift": [
36       "~> 0.11"
37     ],
38     "NGAEssentials": [
39       "~> 0.1"
40     ],
41     "NGAUI": [
42       "~> 0.1"
43     ]
44   },
45   "pushed_with_swift_version": "3.0"