blob: 47d5b90401449c88fe53ef05291f26ef4df72b17 [file] [log] [blame]
{
"name": "PXLNetworking",
"version": "1.0.2",
"summary": "A simple way to network on iOS without a bunch of fuss.",
"homepage": "https://github.com/pxlsqre/pxlnetworking",
"authors": {
"Jason Silberman": "j@j99.co"
},
"source": {
"git": "https://github.com/pxlsqre/pxlnetworking.git",
"tag": "v1.0.2"
},
"description": "PXLNetworking is a simple utility that makes networking on iOS easier.",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "7.0"
},
"source_files": [
"PXLNetworking/*.{h,m}",
"PXLNetworking/Foundation+PXLNetworking/*.{h,m}"
]
}