[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 8 / 5 / RepositoryKit / 2.1.0 / RepositoryKit.podspec.json
blob401c36ae101f0d5c190f3d347a3695adf5be25aa
2   "name": "RepositoryKit",
3   "version": "2.1.0",
4   "summary": "Repositories pattern for networking and storage",
5   "description": "Repository Pattern Swift. Where is the place to put your storage and networking code? Based on promises.",
6   "homepage": "https://github.com/lucianopolit/RepositoryKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Luciano Polit": "lucianopolit@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lucianopolit/RepositoryKit.git",
16     "tag": "2.1.0"
17   },
18   "source_files": "Source/**/*.swift",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "dependencies": {
23     "PromiseKit": [
24       "~> 3.2.0"
25     ]
26   }