[Add] PurchasesHybridCommon 13.15.0
[CocoaPods.git] / Specs / a / 7 / 4 / DKLogin / 0.1.0 / DKLogin.podspec.json
blobb88a654af46ea76017403ce9102395bd5a18c2fb
2   "name": "DKLogin",
3   "version": "0.1.0",
4   "summary": "Make it easier to build Login Scene",
5   "description": "Make it easier to build Login Scene,it help you write less code.",
6   "homepage": "https://github.com/DevelopKit/DKLogin",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "qiang zhai": "zq4950411@163.com"
13   },
14   "source": {
15     "git": "https://github.com/DevelopKit/DKLogin.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "http://nstimer.cn",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "DKLogin/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "ReactiveCocoa": [
29       "~> 4.2.1"
30     ]
31   }