blob: 2237ab52eb256514464b8a45b919a29a7ce81956 [file] [log] [blame]
{
"name": "SwiftInstagram",
"version": "1.1.1",
"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.1.1"
},
"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",
"subspecs": [
{
"name": "Core",
"frameworks": "Foundation",
"source_files": [
"Sources/*.swift",
"Sources/**/*.swift"
]
}
]
}