| { |
| "name": "NISdk", |
| "version": "3.0.9", |
| "summary": "Network International's Payment gateway sdk for iOS", |
| "homepage": "https://docs.ngenius-payments.com/reference#ios-sdk", |
| "license": "MIT", |
| "authors": "Network International", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_versions": "4.2", |
| "source": { |
| "git": "https://github.com/network-international/payment-sdk-ios.git", |
| "tag": "v3.0.9" |
| }, |
| "source_files": "NISdk/Source/**/*.{swift}", |
| "resource_bundles": { |
| "NISdk": [ |
| "NISdk/Resources/**/*.{xcassets,otf,strings}" |
| ] |
| }, |
| "frameworks": [ |
| "Foundation", |
| "Security", |
| "WebKit", |
| "PassKit" |
| ], |
| "requires_arc": true, |
| "swift_version": "4.2" |
| } |