[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 3 / d / PXUtilities / 0.2.4 / PXUtilities.podspec.json
blob76f1519ab0d0fc2499bdf61083bf7e819b61d07b
2   "name": "PXUtilities",
3   "version": "0.2.4",
4   "summary": "Utilities for lots of different things.  All useful.",
5   "description": "A toolbox of useful stuff:\n\n* Map and filter on NSArray\n* JSON categories for NSString and NSData\n* An pair of really useful async processing methods (go read the header!)\n* MD5 category for NSString\n* A class that allows you to geocode many, many things without Apple being mad about hitting their servers too often\n* Other miscellaneous handy functions",
6   "homepage": "https://github.com/pixio/PXUtilities",
7   "license": "MIT",
8   "authors": {
9     "Daniel Blakemore": "DanBlakemore@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pixio/PXUtilities.git",
13     "tag": "0.2.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "*.{h,m}",
20   "public_header_files": "*.h",
21   "frameworks": [
22     "UIKit",
23     "Security"
24   ]