blob: 566162d7ea0a4d345876a99f8b67beea88e1960e [file] [log] [blame]
{
"name": "FullFeedback",
"version": "0.1.10",
"swift_versions": "4.2",
"summary": "Full feedback is a framework which bring a customizable feedback view to integrate in your application and to send the feedback using looptodo (smile)",
"homepage": "https://github.com/karthikAdaptavant/FullFeedback-ios.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"karthikAdaptavant": "karthik.samy@a-cti.com"
},
"source": {
"git": "https://github.com/karthikAdaptavant/FullFeedback-ios.git",
"tag": "0.1.10"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "FullFeedback/Classes/**/*.{swift}",
"resource_bundles": {
"FullFeedback": [
"FullFeedback/Classes/**/*.{storyboard,png}"
]
},
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"MBProgressHUD": [
"1.0.0"
],
"SwiftyJSON": [
]
},
"swift_version": "4.2"
}