blob: 33e68eb34a7e8956236afe3088fb03822ad2075b [file] [log] [blame]
{
"name": "NearITSDK",
"version": "2.2.1",
"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": "2.2.1"
},
"source_files": [
"NearITSDK",
"NearITSDK/**/*.{h,m}"
],
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-lz"
}
}