blob: 29cdac3cac8ef31ab264b8e1b5fdb7f4ffdbd7de [file] [log] [blame]
{
"name": "NearITSDK",
"version": "0.9.38",
"summary": "nearit.com iOS SDK",
"description": "nearit.com iOS SDK for Objective-C",
"homepage": "https://github.com/nearit/Near-iOS-SDK",
"license": "MIT",
"authors": {
"Francesco Leoni": "francesco@nearit.com"
},
"source": {
"git": "https://github.com/nearit/Near-iOS-SDK.git",
"tag": "0.9.38"
},
"source_files": [
"NearITSDK",
"NearITSDK/**/*.{h,m}"
],
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-lz"
}
}