[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 0 / 1 / 4 / EDataSource / 1.0.0 / EDataSource.podspec.json
blob801928ca70fb35c203faeff41312ed10adb6a047
2   "name": "EDataSource",
3   "version": "1.0.0",
4   "summary": "Helper classes to manage your UI data sources",
5   "description": "Some Utility classes to make you table view management easier. Appliying Stratergy desing patter to the data source management creates a simple and clean way to use them.",
6   "homepage": "https://github.com/borjaigartua/EDataSource",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "borjaigartua": "borjaigartua@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/borjaigartua/EDataSource.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": [
22     "3.0",
23     "4.0",
24     "4.2",
25     "4.2"
26   ],
27   "source_files": "EDataSource/Classes/**/*",
28   "frameworks": "UIKit",
29   "swift_version": "4.2"