blob: ffca3a7a71e7e0c3b3432dc0bc1ce3fe77300544 [file] [log] [blame]
{
"name": "Skelletor",
"version": "1.0.3",
"summary": "A set of small routines to speed-up development.",
"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.",
"homepage": "https://github.com/nineteen-apps/skelletor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ronaldo Faria Lima": "ronaldo@nineteen.com.br"
},
"social_media_url": "http://twitter.com/ron_lima",
"platforms": {
"ios": "11.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source": {
"git": "https://github.com/nineteen-apps/skelletor.git",
"tag": "1.0.3"
},
"source_files": [
"Classes",
"Skelletor/**/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"ios": {
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"CoreData",
"MediaPlayer"
]
},
"pushed_with_swift_version": "4"
}