blob: de5439f4341ffd75a1ba95b50b3642134f9bfd59 [file] [log] [blame]
{
"name": "SACodedTextField",
"version": "1.0",
"summary": "A simple text field for building 'activation code text field' like [WhatsApp](https://www.whatsapp.com/) for iOS",
"description": "SACodedTextField is a simple text field for building 'activation code text field' like [WhatsApp](https://www.whatsapp.com/). It is highly customizable.",
"homepage": "https://github.com/SandeepAggarwal/SACodedTextField",
"screenshots": [
"https://github.com/SandeepAggarwal/SACodedTextField/raw/master/Previews/SACodedTF2.gif",
"https://github.com/SandeepAggarwal/SACodedTextField/raw/master/Previews/SACodedTF1.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sandeep Aggarwal": "smartsandeep1129@gmail.com"
},
"social_media_url": "https://twitter.com/sandeepCool77",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SandeepAggarwal/SACodedTextField.git",
"tag": "1.0"
},
"source_files": "ActivationCodeTextField/ActivationCodeTextField.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}