[Add] AcousticConnectReactNativeDebug 1.0.47
[CocoaPods.git] / Specs / 3 / b / 1 / SourceModel / 1.1.0 / SourceModel.podspec.json
blob13cbb28327c7fb8e8c6f856fb3223f3432d2d0c8
2   "name": "SourceModel",
3   "version": "1.1.0",
4   "summary": "SourceModel design pattern",
5   "description": "SourceModel is a design pattern framework that removes the boiler plate code from list view.",
6   "homepage": "https://github.com/stanwood/SourceModel_iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "stanwood": "ios.frameworks@stanwood.io"
13   },
14   "source": {
15     "git": "https://github.com/stanwood/SourceModel_iOS.git",
16     "tag": "1.1.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "dependencies": {
23     "StanwoodCore": [
24       "1.6.0"
25     ]
26   },
27   "source_files": [
28     "SourceModel/Core/**/*",
29     "SourceModel/Protocols/**/*"
30   ],
31   "swift_version": "5.0"