[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / f / a / Skelletor / 1.0.0 / Skelletor.podspec.json
blobd694f175227d832fbbba16d5734a00179ff70009
2   "name": "Skelletor",
3   "version": "1.0.0",
4   "summary": "A set of small routines to speedup development.",
5   "description": "Skelletor is a set of classes that implements several boiler plate code used\nfor different scenarios. Those classes are as much generalized as possible and\nare designed so you don't have to rewrite it all over and over again.",
6   "homepage": "https://github.com/nineteen-apps/skelletor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ronaldo Faria Lima": "ronaldo@nineteen.com.br"
13   },
14   "social_media_url": "http://twitter.com/ron_lima",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "4.0"
20   },
21   "source": {
22     "git": "https://github.com/nineteen-apps/skelletor.git",
23     "tag": "1.0.0"
24   },
25   "source_files": [
26     "Classes",
27     "Skelletor/**/*.{swift}"
28   ],
29   "exclude_files": "Classes/Exclude",
30   "pushed_with_swift_version": "4"