blob: 7755411500aaa6dd240e493c15613d605b77bac7 [file] [log] [blame]
{
"name": "ReactiveAccountStore",
"version": "1.0.0",
"summary": "ReactiveCocoa support for Accounts.framework.",
"description": " ReactiveCocoa support for Accounts.framework.\n It wraps `ACAccountStore`'s asynchronous methods those take completion handler with `RACSignal`.\n",
"homepage": "https://github.com/ikesyo/ReactiveAccountStore",
"social_media_url": "https://twitter.com/ikesyo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Syo Ikeda": "suicaicoca@gmail.com"
},
"source": {
"git": "https://github.com/ikesyo/ReactiveAccountStore.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "ReactiveAccountStore/**/*.{h,m}",
"frameworks": "Accounts",
"dependencies": {
"ReactiveCocoa": [
"~> 2.3"
]
}
}