[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / c / 3 / a / XCEModelDependable / 1.1.0 / XCEModelDependable.podspec.json
blob58e8ac4a074e622e128385e0a2e7d4951bd8159a
2   "name": "XCEModelDependable",
3   "summary": "Set of protocols for organizing routine model dependencies.",
4   "version": "1.1.0",
5   "homepage": "https://XCEssentials.github.io/ModelDependable",
6   "source": {
7     "git": "https://github.com/XCEssentials/ModelDependable.git",
8     "tag": "1.1.0"
9   },
10   "platforms": {
11     "osx": "10.11",
12     "ios": "9.0"
13   },
14   "requires_arc": true,
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "authors": {
20     "Maxim Khatskevich": "maxim@khatskevi.ch"
21   },
22   "source_files": "Sources/Common/**/*.swift",
23   "ios": {
24     "source_files": "Sources/iOS/**/*.swift",
25     "frameworks": "UIKit"
26   }