blob: a7c0822a1c29ab105d685bc142bbe502f49ee138 [file] [log] [blame]
{
"name": "PXLNetworking",
"version": "0.1.0",
"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": "v0.1.0"
},
"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/UIKit+PXLNetworking/*.{h,m}"
]
}