| { |
| "name": "ResourcePackage", |
| "version": "1.2.0", |
| "summary": "Manage resources for application.", |
| "description": "Package resources to a single file, and access them via file name as key.\n\nSo resources can be easily managemented as well as encrypted.", |
| "homepage": "https://github.com/1fr3dg/ResourcePackage", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Alfred Gao": "alfredg@alfredg.cn" |
| }, |
| "source": { |
| "git": "https://github.com/1fr3dg/ResourcePackage.git", |
| "tag": "1.2.0" |
| }, |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.12" |
| }, |
| "source_files": "Sources/*", |
| "dependencies": { |
| "SimpleEncrypter": [ |
| |
| ], |
| "TextFormater": [ |
| "~> 1.2.0" |
| ] |
| }, |
| "ios": { |
| "dependencies": { |
| "DeviceKit": [ |
| |
| ] |
| } |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |