blob: 84149084d0d385721381bcd8fef3b374db0236a4 [file] [log] [blame]
{
"name": "NFCReaderWriter",
"version": "1.0.0",
"summary": "NFCReaderWriter which supports to read data from NFC chips(iOS 11) and write data to NFC chips(iOS 13) by iOS devices. Compatible with both Swift and Objective-C.",
"homepage": "https://github.com/janlionly/NFCReaderWriter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"janlionly": "janlionly@gmail.com"
},
"source": {
"git": "https://github.com/janlionly/NFCReaderWriter.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/janlionly",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source_files": "Source/*",
"frameworks": "CoreNFC",
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"swift_version": "5.2"
}