[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / c / SNF / 1.0.0 / SNF.podspec.json
blobc2a581a0dd481bbec6401b1f3149054a8315fe89
2   "name": "SNF",
3   "version": "1.0.0",
4   "summary": "Swift Network Framework.",
5   "homepage": "https://github.com/jayantnd/SNF",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jayant Dash": "jayantnd@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/Jayant_dash",
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": [
18     "5.1",
19     "5.2"
20   ],
21   "source": {
22     "git": "https://github.com/jayantnd/SNF.git",
23     "branch": "master",
24     "tag": "v1.0.0"
25   },
26   "source_files": [
27     "SNF",
28     "SNF/**/*.{swift,h,m}"
29   ],
30   "public_header_files": "SNF/**/*.h",
31   "requires_arc": true,
32   "swift_version": "5.2"