[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / e / 7 / 1 / JXPostAndGet / 0.1.0 / JXPostAndGet.podspec.json
blob2d888299a3488c74ac1ffe99733726d418ffc6c8
2   "name": "JXPostAndGet",
3   "version": "0.1.0",
4   "summary": "A simple class provides basic POST and GET methods.",
5   "description": "This CococaPod provides the basic POST and GET methods to post and get data from url strings.",
6   "homepage": "https://github.com/Sos1991/JXPostAndGet",
7   "license": "MIT",
8   "authors": {
9     "Jack Soong": "sos1991@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/Sos1991/JXPostAndGet.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "JXPostAndGet": [
22       "Pod/Assets/*.png"
23     ]
24   }