| { |
| "name": "SwiftInstagram", |
| "version": "1.0.3", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "A Swift wrapper for the Instagram API", |
| "description": "SwiftInstagram is a wrapper for the Instagram API written in Swift. It allows\nyou to authenticate users and request data from Instagram effortlessly.", |
| "homepage": "https://github.com/AnderGoig/SwiftInstagram", |
| "authors": { |
| "Ander Goig": "goig.ander@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/AnderGoig/SwiftInstagram.git", |
| "tag": "v1.0.3" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "default_subspecs": "Core", |
| "pushed_with_swift_version": "4.0", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": [ |
| "Sources/*.swift", |
| "Sources/**/*.swift" |
| ], |
| "frameworks": "Foundation" |
| } |
| ] |
| } |