[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / c / b / 9 / CoreDataHelper / 1.0 / CoreDataHelper.podspec.json
blob1c72e6ba828cbae2a42732c1f60a5ca622106835
2   "name": "CoreDataHelper",
3   "version": "1.0",
4   "summary": "CoreDataHelper",
5   "description": "CoreDataHelper is a tiny Swift Framework that helps you to easily manage CoreData objects in the main context.",
6   "homepage": "https://github.com/lobodart/CoreDataHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Louis Bodart",
12   "social_media_url": "http://twitter.com/lobodart",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/lobodart/CoreDataHelper.git",
18     "tag": "v1.0"
19   },
20   "source_files": [
21     "Classes",
22     "CoreDataHelper/*.{swift}"
23   ]