blob: 9f5140f610b9e493495f09bef9ef46abea83a2dc [file] [log] [blame]
{
"name": "XMLKit",
"version": "0.0.3",
"summary": "Simple parsing of XML/HTML in pure Objective-C.",
"homepage": "https://github.com/daltoniam/XMLKit",
"license": "Apache License, Version 2.0",
"authors": {
"Dalton Cherry": "daltoniam@gmail.com"
},
"source": {
"git": "https://github.com/daltoniam/XMLKit.git",
"tag": "0.0.3"
},
"social_media_url": "http://twitter.com/daltoniam",
"platforms": {
"ios": "5.0",
"osx": "10.8"
},
"source_files": "*.{h,m}",
"requires_arc": true
}