[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / 3 / b / 1 / SourceModel / 0.1.0 / SourceModel.podspec.json
blobd49635fa273f73a9dfda08bb74cb950c30c8111d
2   "name": "SourceModel",
3   "version": "0.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": "0.1.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "dependencies": {
23     "StanwoodCore": [
24       "~> 1.5"
25     ]
26   },
27   "source_files": [
28     "SourceModel/Core/**/*",
29     "SourceModel/Protocols/**/*"
30   ],
31   "swift_version": "5.0"