blob: b1b1e08756ce607b3b3a47b73bf9b9b8fbfe8a23 [file] [log] [blame]
{
"name": "PXUtilities",
"version": "0.2.3",
"summary": "Utilities for lots of different things. All useful.",
"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",
"homepage": "https://github.com/pixio/PXUtilities",
"license": "MIT",
"authors": {
"Daniel Blakemore": "DanBlakemore@gmail.com"
},
"source": {
"git": "https://github.com/pixio/PXUtilities.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"frameworks": [
"UIKit",
"Security"
]
}