[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / e / 2 / NMXSwiftCore / 0.3.1 / NMXSwiftCore.podspec.json
blobe0ee3a6384614b3767e75e5acb81d9a4fa5e295b
2   "name": "NMXSwiftCore",
3   "version": "0.3.1",
4   "summary": "Namics Core Library Wrapper used for iOS in Swift. Shall take care of reusable code.",
5   "documentation_url": "https://namics.github.io/ios-objc-foundation-nmxcore/",
6   "homepage": "https://github.com/namics/ios-swift-foundation-nmxcore",
7   "authors": {
8     "Adriano Segalada": "adriano.segalada@namics.com",
9     "Tobias Baube": "tobias.baube@namics.com"
10   },
11   "source": {
12     "git": "https://github.com/namics/ios-swift-foundation-nmxcore.git",
13     "tag": "v0.3.1"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "license": {
19     "type": "MIT"
20   },
21   "source_files": "Development/NMXSwiftCore/**/*.{swift}",
22   "requires_arc": true,
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   },
26   "dependencies": {
27     "NMXCore": [
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "NMXCoreDylib",
34       "requires_arc": true,
35       "platforms": {
36         "ios": "9.0"
37       }
38     }
39   ]