blob: 3759e98db22acf3e9f9ba2eb1cfa57a902d865bb [file] [log] [blame]
{
"name": "SwiftyProxy",
"version": "0.0.1",
"summary": "A Proxy UI to inspect http/https trafic",
"homepage": "https://github.com/samirGuerdah/SwiftyProxy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Samir Guerdah": "sguerdah@gmail.com"
},
"source": {
"git": "https://github.com/samirGuerdah/SwiftyProxy.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/GuerdahSamir",
"swift_version": "4.0",
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftyProxy/Classes/**/*"
}