blob: 28045da55b9741931fabbf3fff9c061c13dddb43 [file] [log] [blame]
{
"name": "SPTextField",
"version": "0.4",
"authors": {
"R4L": "ralphwayne1991@gmail.com"
},
"summary": "Animated TextField",
"description": "Animated TextField with warning message.",
"homepage": "http://flashhand.github.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/FlashHand/SPTextField.git",
"tag": "v0.4"
},
"public_header_files": [
"SPTextField/*.h",
"SPTextField/**/*.h"
],
"source_files": "SPTextField/**/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true
}