| { |
| "name": "MMNetworkingKit", |
| "version": "0.0.1", |
| "summary": "MMNetworkingKit is a networking framework for iOS.", |
| "description": "MMNetworkingKit provide a networking layer for your App where you could perform all URL requesting operations in ease and clean way.", |
| "homepage": "https://github.com/Meseery/MMNetworkingKit.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Meseery": "eng.m.elmeseery@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/Meseery/MMNetworkingKit.git", |
| "tag": "0.0.1" |
| }, |
| "requires_arc": true, |
| "source_files": "MMNetworkingKit/Network Tasks/**/*.{h,m}", |
| "public_header_files": "MMNetworkingKit/**/*.h" |
| } |