blob: 825deda6d3836b7503e5798a48e798993bb169de [file] [log] [blame]
{
"name": "ESTextView",
"version": "0.0.5",
"summary": "A TextView For iOS",
"description": "improve efficiency for ios develop",
"homepage": "https://github.com/EverydayStep",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"codeLocker": "codeLockers@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/EverydayStep/ESTextView.git",
"tag": "0.0.5"
},
"source_files": "ESTextView/ESTextView/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}