| { |
| "name": "PicStamp", |
| "version": "0.1.0", |
| "summary": "Take, pick, label and stamp pictures", |
| "description": "This pod contains all the code to take, pick, label and stamp pictures. Including the views and controllers.", |
| "homepage": "https://github.com/nextgenappsllc/PicStamp", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "nextgenappsllc": "nextgenappsllc@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/nextgenappsllc/PicStamp.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "PicStamp/Classes/**/*", |
| "resource_bundles": { |
| "PicStamp": [ |
| "PicStamp/Assets/*.png" |
| ] |
| }, |
| "frameworks": [ |
| "UIKit", |
| "Photos" |
| ], |
| "dependencies": { |
| "Eureka": [ |
| "~> 3.0" |
| ], |
| "SQLite.swift": [ |
| "~> 0.11" |
| ], |
| "NGAEssentials": [ |
| "~> 0.1" |
| ], |
| "NGAUI": [ |
| "~> 0.1" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |