[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 8 / e / 7 / RACProgressSubject / 0.16.0 / RACProgressSubject.podspec.json
blob3b01e8b5729ab0885045b54ca4d66cd8e25f4433
2   "name": "RACProgressSubject",
3   "version": "0.16.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.16.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RACProgressSubject/Classes/**/*",
22   "dependencies": {
23     "ReactiveCocoa": [
24       "~> 2.0"
25     ]
26   }