[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / b / 1 / PXLNetworking / 1.0.1 / PXLNetworking.podspec.json
blobf4542c2d35aa8a6d276549d977313b003022f83e
2   "name": "PXLNetworking",
3   "version": "1.0.1",
4   "summary": "A simple way to network on iOS without a bunch of fuss.",
5   "homepage": "https://github.com/pxlsqre/pxlnetworking",
6   "authors": {
7     "Jason Silberman": "j@j99.co"
8   },
9   "source": {
10     "git": "https://github.com/pxlsqre/pxlnetworking.git",
11     "tag": "v1.0.1"
12   },
13   "description": "PXLNetworking is a simple utility that makes networking on iOS easier.",
14   "requires_arc": true,
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "platforms": {
24     "ios": "7.0"
25   },
26   "source_files": [
27     "PXLNetworking/*.{h,m}",
28     "PXLNetworking/Foundation+PXLNetworking/*.{h,m}"
29   ]