blob: 93aa3590c80eea6ffe6e6e42043d34f8570af836 [file] [log] [blame]
{
"name": "SwiftyInsta",
"version": "2.3",
"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_versions": "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.3"
},
"source_files": "SwiftyInsta/**/*.{h,m,swift}",
"ios": {
"frameworks": [
"UIKit",
"WebKit"
]
},
"osx": {
"frameworks": "AppKit"
},
"tvos": {
"frameworks": "UIKit"
},
"watchos": {
"frameworks": "UIKit"
},
"dependencies": {
"CryptoSwift": [
"~> 1.3"
],
"KeychainSwift": [
"~> 19.0"
]
},
"swift_version": "5.0"
}