[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 7 / 6 / MCCoreDataStack / 0.1.0 / MCCoreDataStack.podspec.json
blobc1be26820e5205a3dad4cb51ed0f0aa6ab049edc
2   "name": "MCCoreDataStack",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "summary": "MCCoreDataStack is a simple SWIFT wrapper around CoreData Framework to create, save and fetch Managed Objects",
7   "requires_arc": true,
8   "version": "0.1.0",
9   "homepage": "https://github.com/marcocattai/MCCoreDataStack",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "[Marco Cattai]": "[cattai.marco@gmail.com]"
16   },
17   "source": {
18     "git": "https://github.com/marcocattai/MCCoreDataStack.git",
19     "tag": "0.1.0"
20   },
21   "frameworks": [
22     "Foundation",
23     "CoreData"
24   ],
25   "source_files": [
26     "MCCoreDataStack/Library/*.swift",
27     "MCCoreDataStack/Library/**/*.swift"
28   ]