blob: f1b57592cce3df5db4343f79d1a5114225dfc05d [file] [log] [blame]
{
"name": "IGXMLReader",
"version": "1.0.0",
"summary": " A XML Pull Parser based on libxml for Objective-C.",
"homepage": "https://github.com/siuying/IGXMLReader",
"license": "MIT",
"authors": {
"Francis Chong": "francis@ignition.hk"
},
"source": {
"git": "https://github.com/siuying/IGXMLReader.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/siuying",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"source_files": "Pod/Classes/**/*"
}