[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / f / a / Skelletor / 1.0.3 / Skelletor.podspec.json
blobffca3a7a71e7e0c3b3432dc0bc1ce3fe77300544
2   "name": "Skelletor",
3   "version": "1.0.3",
4   "summary": "A set of small routines to speed-up 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.3"
24   },
25   "source_files": [
26     "Classes",
27     "Skelletor/**/*.{swift}"
28   ],
29   "exclude_files": "Classes/Exclude",
30   "ios": {
31     "frameworks": [
32       "UIKit",
33       "Foundation",
34       "AVFoundation",
35       "CoreData",
36       "MediaPlayer"
37     ]
38   },
39   "pushed_with_swift_version": "4"