blob: ab3463110781d670e66a468df1cd7a9ad03b8405 [file] [log] [blame]
{
"name": "SwiftInstagram",
"version": "1.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A Swift wrapper for the Instagram API",
"homepage": "https://github.com/AnderGoig/SwiftInstagram",
"authors": {
"Ander Goig": "goig.ander@gmail.com"
},
"source": {
"git": "https://github.com/AnderGoig/SwiftInstagram.git",
"tag": "v1.0.2"
},
"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"
}
]
}