[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 5 / 4 / 3 / SSDataSources / 0.0.4 / SSDataSources.podspec.json
blob7dc1b8dded22a3e0657145a7f8db6c787d4a5170
2   "name": "SSDataSources",
3   "version": "0.0.4",
4   "summary": "Simple data sources for your UITableView. A collection of objects that conform to UITableViewDataSource.",
5   "homepage": "https://github.com/splinesoft/SSDataSources",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jonathan Hersh": "jon@her.sh"
12   },
13   "source": {
14     "git": "https://github.com/splinesoft/SSDataSources.git",
15     "tag": "0.0.4"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "source_files": "SSDataSources/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "CoreData"
25   ]