[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 3 / 5 / b / SeanTrySynchronousPosterGetter / 0.1.0 / SeanTrySynchronousPosterGetter.podspec.json
blobfd96e5aacc8b8886096b8bd497c7fc52b2eb27e0
2   "name": "SeanTrySynchronousPosterGetter",
3   "version": "0.1.0",
4   "summary": "Creating my own cocoapod to use in another project",
5   "description": "This cocoapod will do basic url requests and networking such as GET and POST.",
6   "homepage": "https://github.com/sean-luis/SeanTrySynchronousPosterGetter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sean-luis": "gomesluissean@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sean-luis/SeanTrySynchronousPosterGetter.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "Functionality/**/*.{h,m,swift}",
23   "resource_bundles": {
24     "String": [
25       "Functionality/**/*.{strings}"
26     ]
27   },
28   "frameworks": [
29     "UIKit",
30     "MapKit"
31   ],
32   "dependencies": {
33     "SBJson": [
34       "~> 5.0.0"
35     ],
36     "AFNetworking": [
37       "~> 2.7.0"
38     ],
39     "SwiftLint": [
40       "~> 0.30.1"
41     ],
42     "Result": [
43       "~> 4.1.0"
44     ]
45   }