blob: 44cec9c7aafd96e6e5e955ab7661074ce219a119 [file] [log] [blame]
{
"name": "CaptchaPod",
"version": "0.1.0",
"summary": "A convenience CocoaPod that verify the user by writing old style captcha .",
"description": "\"CaptchaPod is a CocoaPod that extends UIView class with a convenience method to pop up a captcha view\"",
"swift_versions": "4.0",
"homepage": "https://github.com/AmrHesham95/CaptchaPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Amr Hesham": "amrhesham9595@gmail.com"
},
"source": {
"git": "https://github.com/Amrhesham95/CaptchaPod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CaptchaPod/Classes/**",
"frameworks": "UIKit",
"swift_version": "4.0"
}