blob: 255fe45d3ae704629fb93e161e50a45decb37a95 [file] [log] [blame]
{
"name": "RainyRefreshControl",
"version": "0.2.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Simple refresh control for iOS based on POP, SpriteKit and Core Graphics",
"homepage": "https://github.com/Onix-Systems/RainyRefreshControl",
"social_media_url": "https://twitter.com/onix_systems",
"authors": {
"Onix-Systems": "ios@onix-systems.com"
},
"source": {
"git": "https://github.com/Onix-Systems/RainyRefreshControl.git",
"tag": "0.2.0"
},
"resource_bundles": {
"RainyRefreshControl": [
"Sources/Assets/*.png",
"Sources/Assets/*.sks"
]
},
"module_name": "RainyRefreshControl",
"source_files": "Sources/*.swift",
"frameworks": "SpriteKit",
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"dependencies": {
"pop": [
"1.0.9"
]
},
"pushed_with_swift_version": "3.0"
}