[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / f / a / 2 / MXNetworking / 1.0.0 / MXNetworking.podspec.json
blob40ed343f918d0310f1753131c8f437fd9c3300b6
2   "name": "MXNetworking",
3   "version": "1.0.0",
4   "summary": "A delightful networking framework for iOS platform.",
5   "description": "The first version of MXNetworing, a delightful networking framework for iOS platform.",
6   "homepage": "https://github.com/Meniny/MXNetworking-in-Objective-C",
7   "license": "MIT",
8   "authors": "Elias Abel",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/Meniny/MXNetworking-in-Objective-C.git",
14     "tag": "1.0.0"
15   },
16   "source_files": "MXNetworking-OC/**/*.{h,m}",
17   "frameworks": [
18     "Foundation",
19     "UIKit"
20   ],
21   "dependencies": {
22     "Reachability": [
24     ]
25   }