[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 2 / 0 / EasyCoreData / 1.0.1 / EasyCoreData.podspec.json
blob04c7b4e2a9582682c8d28d99ce45661e3ac38ca2
2   "name": "EasyCoreData",
3   "version": "1.0.1",
4   "summary": "Provides an easier way to interact with Core Data by requiring less code and taking care of setting up the NSManagedObjectContext etc.",
5   "homepage": "https://github.com/tomvanzummeren/EasyCoreData",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tom van Zummeren": "tom.van.zummeren@gmail.com"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/tomvanzummeren/EasyCoredata.git",
18     "tag": "1.0.1"
19   },
20   "ios": {
21     "frameworks": "CoreData"
22   },
23   "source_files": "EasyCoreData/Framework/**/*.{h,m}",
24   "requires_arc": true