[Delete] TapjoySDK 14.2.0
[CocoaPods.git] / Specs / a / 9 / 3 / Klerio / 1.0.9 / Klerio.podspec.json
blob6d3bffee11263b49a27c459fb98c91f61b0a21ed
2   "name": "Klerio",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "exclude_files": "Classes/Exclude",
7   "swift_versions": "4.2",
8   "resources": [
9     "Klerio/Klerio/CoreDataModel.xcdatamodeld",
10     "Klerio/Klerio/CoreDataModel.xcdatamodeld/*.xcdatamodel"
11   ],
12   "preserve_paths": "Klerio/Klerio/CoreDataModel.xcdatamodeld",
13   "version": "1.0.9",
14   "summary": "A highly customisable and reusable iOS circular slider.",
15   "description": "JOCircularSlider is a highly customisable and reusable iOS circular slider that mimics the behaviour of a knob control. It uses no preset images and every one of its components is drawn completely in code making it extremely adaptable to every design and theme.\nIt's written in Swift 4.2 and it's 100% IBDesignable and all parameters are IBInspectable.\nYou can control almost every aspect of the slider's design: Size, colors, direction (clockwise/anti-clockwise), etc...",
16   "homepage": "https://github.com/swapnil-vuclip/Klerio",
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE"
20   },
21   "authors": {
22     "Swapnil Jagtap": "swapnilajagtap@gmail.com"
23   },
24   "source": {
25     "git": "https://github.com/swapnil-vuclip/Klerio.git",
26     "tag": "1.0.9"
27   },
28   "social_media_url": "https://twitter.com/ouraigua",
29   "dependencies": {
30     "Alamofire": [
31       "~> 4.9.1"
32     ],
33     "SwiftyJSON": [
34       "~>5.0.0"
35     ]
36   },
37   "source_files": "Klerio/**/*.{h,m,swift}",
38   "xcconfig": {
39     "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES"
40   },
41   "swift_version": "4.2"