blob: 7570e79fa5387f35e6b1e3efb0df700090f85ed0 [file] [log] [blame]
{
"name": "SwiftInstagram",
"version": "1.0.6",
"cocoapods_version": ">= 1.1.0",
"authors": {
"Ander Goig": "goig.ander@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/AnderGoig/SwiftInstagram",
"source": {
"git": "https://github.com/AnderGoig/SwiftInstagram.git",
"tag": "v1.0.6"
},
"summary": "An Instagram API client written in Swift.",
"description": "SwiftInstagram is a wrapper for the Instagram API written in Swift. It allows\nyou to authenticate users and request data from Instagram effortlessly.",
"documentation_url": "https://andergoig.github.io/SwiftInstagram/",
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"frameworks": "Foundation",
"source_files": [
"Sources/*.swift",
"Sources/**/*.swift"
]
}
]
}