blob: 10d3fe4d4455e5dec51f039e9582282c29ced03a [file] [log] [blame]
{
"name": "Reindeers",
"summary": "XML in Swift",
"version": "2.1.0",
"homepage": "https://github.com/onmyway133/Reindeers",
"license": "MIT",
"authors": {
"Khoa Pham": "onmyway133@gmail.com"
},
"source": {
"git": "https://github.com/onmyway133/Reindeers.git",
"tag": "2.1.0"
},
"social_media_url": "https://twitter.com/onmyway133",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"preserve_paths": "Cocoapods/*",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Reindeers/Cocoapods"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}