[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / f / c / d / PowerPack-iOS / 0.1.2 / PowerPack-iOS.podspec.json
blob11f95d096bc50dc099eb78e8dcd107fc149c6d5e
2   "name": "PowerPack-iOS",
3   "version": "0.1.2",
4   "summary": "Miscellaneous utilities for faster iOS development",
5   "description": "                       This library provides a bunch of miscellaneous utilities\n                       that can be used to accelerate the development of iOS apps.\n                       Most of these utilities are provided by categories, for easy\n                       access all throughout the app and to make it feasible to bring\n                       these utilities into legacy apps.\n",
6   "homepage": "https://github.com/tsilva/PowerPack-iOS",
7   "license": "MIT",
8   "authors": {
9     "Tiago Silva": "eng.tiago.silva@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/tsilva/PowerPack-iOS.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "frameworks": [
21     "UIKit",
22     "Social",
23     "SystemConfiguration"
24   ],
25   "dependencies": {
26     "Reachability": [
28     ],
29     "GPUImage": [
31     ],
32     "Parse": [
34     ]
35   }