blob: 8d986fa25a8ebccf8274c5a24fced394982861ef [file] [log] [blame]
{
"name": "UITextFieldAdditions",
"version": "1.0.2",
"summary": "Example of creating own pod.",
"homepage": "https://github.com/basiliusic/UITextFieldAdditions",
"license": {
"type": "LGPL",
"file": "LICENSE"
},
"authors": {
"Basilic": "basiliusic@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/basiliusic/UITextFieldAdditions.git",
"tag": "1.0.2"
},
"source_files": "Classes/**/*.{h,m}",
"public_header_files": "Classes/**/*.h",
"frameworks": "Foundation",
"requires_arc": true
}