[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 2 / e / a / SMB4iOS / 1.0.3 / SMB4iOS.podspec.json
blobcbbbabb342411da54ee9f38322ec9a121fd39b17
2   "name": "SMB4iOS",
3   "version": "1.0.3",
4   "summary": "smb4ios is a basic SMB implementation in native Objective C. It is by no means complete or stable, and no particular effort is made to make it a reusable library. However, it contains enough know-how to provide you with a start for understanding SMB and implementing your own tasks.",
5   "homepage": "https://sourceforge.net/projects/smb4ios/",
6   "license": "MIT",
7   "authors": {
8     "Nikita Frolov": "https://sourceforge.net/u/gnawer/profile/"
9   },
10   "source": {
11     "git": "https://github.com/leshkoapps/smb4ios.git",
12     "tag": "1.0.3"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source_files": [
18     "Common/*.{h,m}",
19     "Lib/*.{h,c}",
20     "SMB/*.{h,m}",
21     "SMB/DCERPC/*.{h,m}",
22     "SMB/NetBIOS/*.{h,m}",
23     "SMB/RAP/*.{h,m}"
24   ],
25   "requires_arc": true,
26   "frameworks": [
27     "Foundation",
28     "CFNetwork"
29   ],
30   "public_header_files": [
31     "Common/*.h",
32     "SMB/*.h",
33     "SMB/**/*.h"
34   ]