blob: d6960949a628ea8566d161ab3625f5caeee97c87 [file] [log] [blame]
{
"name": "SwiftyInsta",
"version": "2.0.1",
"summary": "Private and Tokenless Instagram RESTful API.",
"homepage": "https://github.com/TheM4hd1/SwiftyInsta",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TheM4HD1": "mahdimakhdomi@outlook.com"
},
"module_name": "SwiftyInsta",
"swift_version": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/TheM4hd1/SwiftyInsta.git",
"tag": "2.0.1"
},
"source_files": "SwiftyInsta/**/*.{h,m,swift}",
"ios": {
"frameworks": [
"UIKit",
"WebKit"
]
},
"osx": {
"frameworks": "AppKit"
},
"tvos": {
"frameworks": "UIKit"
},
"watchos": {
"frameworks": "UIKit"
},
"dependencies": {
"CryptoSwift": [
"~> 1.0"
],
"KeychainSwift": [
"~> 16.0"
]
}
}