[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / b / f / CoreDataTableView / 0.0.1 / CoreDataTableView.podspec.json
blobeae2af7853addf0f4aa68bd29d1ce61d7b410abc
2   "name": "CoreDataTableView",
3   "version": "0.0.1",
4   "summary": "Eliminates boilerplate code involved with an NSFetchedResultsController and a UITableView.",
5   "homepage": "https://github.com/kevinrandrup/CoreDataTableView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kevin Randrup": "kevinrandrup@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/kevinrandrup",
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/kevinrandrup/CoreDataTableView.git",
19     "commit": "a23e99c0163d2cfb0127b92a32343d2c68476c27"
20   },
21   "source_files": "Classes/CoreDataTableView.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "CoreData"
25   ],
26   "requires_arc": true