| { |
| "name": "FeedbackPod", |
| "version": "1.1", |
| "summary": "This is pod that can be used for integrating feedback screen to your project.", |
| "description": "This is pod that can be used for integrating feedback screen to your project. It will keep track of feedback for your project.", |
| "homepage": "https://github.com/JitendraChanglaniDev/FeedbackPod", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "JitendraChanglaniDev": "jitendrachanglani@yahoo.co.in" |
| }, |
| "source": { |
| "git": "https://github.com/JitendraChanglaniDev/FeedbackPod.git", |
| "tag": "1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": [ |
| "FeedbackPod", |
| "FeedbackPod/**/*.{swift,c,h,xib,png}" |
| ], |
| "libraries": "z", |
| "public_header_files": "FeedbackPod/Zip/*.h", |
| "pod_target_xcconfig": { |
| "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/FeedbackPod/FeedbackPod/Zip/minizip/**", |
| "LIBRARY_SEARCH_PATHS": "$(SRCROOT)/FeedbackPod/FeedbackPod/" |
| }, |
| "preserve_paths": "FeedbackPod/Zip/minizip/*", |
| "frameworks": "UIKit", |
| "dependencies": { |
| "MBProgressHUD": [ |
| "~> 0.9.2" |
| ], |
| "ReachabilitySwift": [ |
| "~> 3" |
| ], |
| "SDWebImage": [ |
| "~>3.7" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |