| { |
| "name": "AKCards", |
| "version": "0.2.0", |
| "summary": "A short description of AKCards.", |
| "description": "'long description long description long description'", |
| "homepage": "https://github.com/andreykorolenko/AKCards", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "andreykorolenko": "korolenko.andrey.g@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/andreykorolenko/AKCards.git", |
| "tag": "0.2.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "Example/Pods/Source/**/*.swift", |
| "resources": [ |
| "Example/Pods/Source/Resources/*.xcassets", |
| "Example/Pods/Source/Resources/**/*.swift" |
| ], |
| "dependencies": { |
| "R.swift": [ |
| |
| ] |
| } |
| } |