[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / 8 / e / 7 / RACProgressSubject / 0.22.0 / RACProgressSubject.podspec.json
blobc7c8d1f63f6079a882ff428d4d04ca6d67a433bf
2   "name": "RACProgressSubject",
3   "version": "0.22.0",
4   "summary": "RACProgressSubject provides an easy way to handle multiple progress signals",
5   "description": "The objective is to handle the scenarios which involes mutiple progress signals. \nFor example, when a user wants to login, the app needs to post the login information to the server\nand download the user infos. In order to display an accurate login progress, we need to handle the\nprogress of both http post and http get operations. \nRACProgressSubject can merge the multiple progress signals into single signal.",
6   "homepage": "https://github.com/haifengkao/RACProgressSubject",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hai Feng Kao": "haifeng@cocoaspice.in"
13   },
14   "source": {
15     "git": "https://github.com/haifengkao/RACProgressSubject.git",
16     "tag": "0.22.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RACProgressSubject/Classes/**/*",
22   "dependencies": {
23     "ReactiveObjC": [
24       "~> 2.0"
25     ]
26   }