blob: 6d6050060b2ecfe393a0b68a14e77e1a627754d9 [file] [log] [blame]
{
"name": "webparser",
"version": "1.0.0",
"summary": "A web parser for iOS.",
"description": "A web parser for iOS used to parse a particular div or classs",
"homepage": "https://github.com/michan18/webparser.git",
"license": "MIT",
"authors": {
"Cherian Danny Joseph": "cheriandanny@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/michan18/webparser.git",
"tag": "1.0.0"
},
"source_files": "Source",
"frameworks": "UIKit",
"dependencies": {
"Kanna": [
"~> 4.0.0"
]
},
"requires_arc": true
}