blob: 45e423a897a703fd1879b0fb988a9a228b7d3ebe [file] [log] [blame]
{
"name": "SwiftInstagram",
"version": "1.0.4",
"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.4"
},
"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"
}
]
}