[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / c / d / PowerPack-iOS / 0.1.0 / PowerPack-iOS.podspec.json
blob0aafad0a9387ae1009fc19b072c85b601afc7a4a
2   "name": "PowerPack-iOS",
3   "version": "0.1.0",
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.0"
14   },
15   "platforms": {
16     "ios": "7.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     "ParseUI": [
37     ],
38     "ParseFacebookUtils": [
40     ]
41   }