[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 8 / e / 7 / RACProgressSubject / 0.19.0 / RACProgressSubject.podspec.json
blob66d1398a8592b95cc4d926d0fbd26557304e1cc6
2   "name": "RACProgressSubject",
3   "version": "0.19.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.19.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RACProgressSubject/Classes/**/*",
22   "dependencies": {
23     "ReactiveCocoa": [
24       "~> 2.0"
25     ]
26   }