blob: bf349468808876910110cf5edcbe64fcd0618f2d [file] [log] [blame]
{
"name": "MyCustomLoader",
"version": "0.1.0",
"summary": "A simple lightweight loader with activity indicator.",
"homepage": "https://github.com/karthik-ios-dev/CustomLoader",
"authors": {
"karthik samy": "mkkarthiik@gmail.com"
},
"source": {
"git": "https://github.com/karthik-ios-dev/CustomLoader.git",
"tag": "0.1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "10.0"
},
"source_files": "MyCustomLoader/Classes/**/*",
"resource_bundles": {
"MyCustomLoader": [
"MyCustomLoader/Classes/**/*.{xib}"
]
},
"dependencies": {
"PodAsset": [
]
},
"pushed_with_swift_version": "3.0"
}