[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 3 / 8 / PLFileProccessing / 0.1.0 / PLFileProccessing.podspec.json
blob3371d7c665a33d9934fdceb4ed3479ab7a3cc142
2   "name": "PLFileProccessing",
3   "version": "0.1.0",
4   "summary": "Function to proccess upload and download file, especially for image file",
5   "description": "This CocoaPod provides the ability to upload file to server url or for downloading file from server url",
6   "homepage": "https://github.com/SyarifSilalahi/PLFileProccessing",
7   "license": "MIT",
8   "authors": {
9     "Syarif Silalahi": "syarif@pistarlabs.com"
10   },
11   "source": {
12     "git": "https://github.com/SyarifSilalahi/PLFileProccessing.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PLFileProccessing": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Alamofire": [
27       "~> 2.0"
28     ],
29     "KVNProgress": [
31     ]
32   }