[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / e / 0 / 5 / SPiOSUtils / 0.0.4 / SPiOSUtils.podspec.json
blob8d0e9f0c9307f9e04032d4b327c79766684c3ec8
2   "name": "SPiOSUtils",
3   "version": "0.0.4",
4   "summary": "A bunch of generic iOS utilities",
5   "description": "A few generic UI utilities like activity indicator windows, lazy loading and paginated table views\nand others.",
6   "homepage": "https://github.com/panyam/SPiOSUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sriram Panyam": "sri.panyam@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/panyam/SPiOSUtils.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SPiOSUtils/Sources/**/*",
22   "resource_bundles": {
23     "SPiOSUtils": [
24       "SPiOSUtils/Resources/*.xib"
25     ]
26   },
27   "frameworks": [
28     "UIKit",
29     "Foundation",
30     "QuartzCore"
31   ]