[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / c / d / ACDFTPManager / 1.0.0 / ACDFTPManager.podspec.json
blob7985de5688fcbc4ab216cd8aeed770293f430652
2   "name": "ACDFTPManager",
3   "version": "1.0.0",
4   "summary": "A simple FTP Manager.",
5   "description": "An Objective-C class for simple access to FTP servers.",
6   "homepage": "https://github.com/nolol/ACDFTPManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "王博": "0xwangbo@gmail.com"
13   },
14   "platforms": {
15     "osx": "10.7"
16   },
17   "source": {
18     "git": "https://github.com/onedotman/ACDFTPManager.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "ACDFTPManager/**/*.{h,m}",
22   "ios": {
23     "frameworks": "CFNetwork"
24   },
25   "osx": {
26     "frameworks": "CoreServices"
27   }