blob: ced6d42a55302cc0bb3867d5415b5246641750c2 [file] [log] [blame]
{
"name": "NMSDK",
"version": "3.1.4",
"summary": "nearit.com iOS SDK",
"description": "nearit.com iOS SDK, which can be extended with plugins",
"homepage": "https://github.com/nearit/iOS-SDK",
"license": "MIT",
"authors": {
"Francesco Leoni": "francesco@nearit.com",
"Vincenzo Ferrara": "vinceferro92@gmail.com"
},
"source": {
"git": "https://github.com/nearit/iOS-SDK.git",
"tag": "3.1.4"
},
"source_files": [
"NMSDK",
"NMSDK/**/*.{h,m,swift}"
],
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"dependencies": {
"SwiftEventBus": [
"~> 2"
],
"YapDatabase": [
"~> 2.9"
],
"SwiftyJSON": [
"~> 3.1"
],
"JWTDecode": [
"~> 2"
],
"Alamofire": [
"~> 4"
]
},
"pushed_with_swift_version": "3.0"
}