blob: 731b3e679448c1e74f36b6b3bee577af0e8f6489 [file] [log] [blame]
{
"name": "InstagramAPI",
"version": "0.2.0",
"summary": "A InstagramAPI wrapper.",
"description": "InstagramAPI is a SDK written on Swift over new Instagram Graph API and Instagram Basic Display API. The Instagram Legacy API Platform will disable at June 29, 2020",
"homepage": "https://github.com/anovoselskyi/InstagramAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrii Novoselskyi": "anovoselskyi@gmail.com"
},
"source": {
"git": "https://github.com/anovoselskyi/InstagramAPI.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/anovoselskyi",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.1",
"source_files": "InstagramAPI/Sources/**/*",
"dependencies": {
"RxSwift": [
"~> 5.0"
]
},
"swift_version": "5.1"
}