[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / b / d / ReactiveAccountStore / 1.0.0 / ReactiveAccountStore.podspec.json
blob7755411500aaa6dd240e493c15613d605b77bac7
2   "name": "ReactiveAccountStore",
3   "version": "1.0.0",
4   "summary": "ReactiveCocoa support for Accounts.framework.",
5   "description": "                            ReactiveCocoa support for Accounts.framework.\n                            It wraps `ACAccountStore`'s asynchronous methods those take completion handler with `RACSignal`.\n",
6   "homepage": "https://github.com/ikesyo/ReactiveAccountStore",
7   "social_media_url": "https://twitter.com/ikesyo",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Syo Ikeda": "suicaicoca@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/ikesyo/ReactiveAccountStore.git",
17     "tag": "v1.0.0"
18   },
19   "platforms": {
20     "ios": "6.0",
21     "osx": "10.8"
22   },
23   "requires_arc": true,
24   "source_files": "ReactiveAccountStore/**/*.{h,m}",
25   "frameworks": "Accounts",
26   "dependencies": {
27     "ReactiveCocoa": [
28       "~> 2.3"
29     ]
30   }