[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 3 / 9 / NSCoreDataHelpers / 0.0.1 / NSCoreDataHelpers.podspec.json
blob2da1daa620ed85a270074aa32dc1580cc02a5e1f
2   "name": "NSCoreDataHelpers",
3   "authors": {
4     "Dmitry Ponomarev": "demdxx@gmail.com"
5   },
6   "version": "0.0.1",
7   "license": "CC BY 3.0",
8   "summary": "Extend default CoreData classes",
9   "homepage": "https://github.com/demdxx/NSCoreDataHelpers",
10   "source": {
11     "git": "https://github.com/demdxx/NSCoreDataHelpers.git",
12     "tag": "v0.0.1"
13   },
14   "platforms": {
15     "ios": "3.0",
16     "osx": "10.5"
17   },
18   "source_files": "*.{h,m}",
19   "requires_arc": false,
20   "ios": {
21     "frameworks": [
22       "Foundation",
23       "CoreData"
24     ]
25   }