[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 3 / 5 / RestFetcher / 1.1.2 / RestFetcher.podspec.json
blob3400db788abe8e569ee75f72a3d435ed73bcd95c
2   "name": "RestFetcher",
3   "version": "1.1.2",
4   "summary": "A simple framework for making api calls.",
5   "description": "This is a simple library for supporting a family of API calls.",
6   "homepage": "https://github.com/charles-oder/rest-fetcher-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Charles Oder": "charles@oder.us"
13   },
14   "source": {
15     "git": "https://github.com/charles-oder/rest-fetcher-swift.git",
16     "branch": "s.version.to_s",
17     "tag": "1.1.2"
18   },
19   "source_files": [
20     "Classes",
21     "RestFetcher/*.swift"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "platforms": {
25     "ios": "8.0"
26   }