blob: a44d05f23ca1deb835e1db0a29951a49fdd5e7d6 [file] [log] [blame]
{
"name": "MGTextView",
"version": "1.0",
"summary": "MGTextView extends UITextView fixing the Apple bugs and offering a couple of useful functionalities.",
"homepage": "https://github.com/matteogobbi/MGTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matteo Gobbi": "job@matteogobbi.com"
},
"source": {
"git": "https://github.com/matteogobbi/MGTextView.git",
"tag": "1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "MGTextView/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}