blob: e0ee3a6384614b3767e75e5acb81d9a4fa5e295b [file] [log] [blame]
{
"name": "NMXSwiftCore",
"version": "0.3.1",
"summary": "Namics Core Library Wrapper used for iOS in Swift. Shall take care of reusable code.",
"documentation_url": "https://namics.github.io/ios-objc-foundation-nmxcore/",
"homepage": "https://github.com/namics/ios-swift-foundation-nmxcore",
"authors": {
"Adriano Segalada": "adriano.segalada@namics.com",
"Tobias Baube": "tobias.baube@namics.com"
},
"source": {
"git": "https://github.com/namics/ios-swift-foundation-nmxcore.git",
"tag": "v0.3.1"
},
"platforms": {
"ios": "9.0"
},
"license": {
"type": "MIT"
},
"source_files": "Development/NMXSwiftCore/**/*.{swift}",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"dependencies": {
"NMXCore": [
]
},
"subspecs": [
{
"name": "NMXCoreDylib",
"requires_arc": true,
"platforms": {
"ios": "9.0"
}
}
]
}