[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 8 / 5 / RepositoryKit / 1.0.0 / RepositoryKit.podspec.json
blobbb2a7a3fa7bf83cb124bafff03b45dfde912ade1
2   "name": "RepositoryKit",
3   "version": "1.0.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": "1.0.0"
17   },
18   "source_files": "Source/**/*.swift",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "dependencies": {
23     "PromiseKit": [
24       "~> 3.2.0"
25     ]
26   }