[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 4 / a / 3 / RSDataManager / 0.1.1 / RSDataManager.podspec.json
blobe96110c13f7ca886e3e8e3fe0d7a90b54e36a7c2
2   "name": "RSDataManager",
3   "version": "0.1.1",
4   "summary": "Management of CoreData's stack",
5   "description": "                   # Why?\n                   It's awful to copy-paste same code from project to project to create stack of CoreData.\n\n                   # How?\n                   To create stack of CoreData you should do only 2 steps:\n\n                   1. Create configuration\n                   2. Create manager with configuration\n",
6   "homepage": "https://github.com/RishatShamsutdinov/RSDataManager",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Rishat Shamsutdinov": "dichat.dark@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.1"
13   },
14   "source": {
15     "git": "https://github.com/RishatShamsutdinov/RSDataManager.git",
16     "tag": "v0.1.1"
17   },
18   "source_files": [
19     "RSDataManager",
20     "RSDataManager/**/*.{h,m}"
21   ],
22   "frameworks": "CoreData",
23   "requires_arc": true