[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 3 / b / 1 / SourceModel / 1.3.2 / SourceModel.podspec.json
blobf981ddae7f8c96f219d751fe96b9474f6136d5d5
2   "name": "SourceModel",
3   "version": "1.3.2",
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.3.2"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": [
23     "Sources/SourceModel/Core/**/*",
24     "Sources/SourceModel/Protocols/**/*"
25   ],
26   "swift_version": "5.0"