[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / c / NascentKit / 0.1.0 / NascentKit.podspec.json
blob1c55529a2c109651076c126add353b00f3a7a561
2   "name": "NascentKit",
3   "version": "0.1.0",
4   "summary": "An iOS framework that simplifies the creation of beautiful apps.",
5   "description": "This is a framework for building iOS applications using Swift, providing many classes and components that simplify integration with the native platform.\n\nThe library follows a Reactive paradigm, leveraging the [RxSwift](https://github.com/ReactiveX/RxSwift) framework for many asynchronous callbacks.\n\nCurrently, the library provides intefaces for working with:\n   - Camera APIs",
6   "homepage": "https://github.com/nascentdigital/nascentkit-ios",
7   "license": "MIT",
8   "authors": {
9     "Simeon de Dios": "simeon.dedios@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nascentdigital/nascentkit-ios.git",
13     "tag": "0.1.0"
14   },
15   "requires_arc": true,
16   "swift_version": "4.2",
17   "platforms": {
18     "ios": "11.1"
19   },
20   "source_files": "NascentKit/**/*.swift",
21   "dependencies": {
22     "RxSwift": [
23       "~> 4.0"
24     ],
25     "RxCocoa": [
26       "~> 4.0"
27     ]
28   }