[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / b / 1 / PXLNetworking / 1.0.2 / PXLNetworking.podspec.json
blob47d5b90401449c88fe53ef05291f26ef4df72b17
2   "name": "PXLNetworking",
3   "version": "1.0.2",
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.2"
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   ]