blob: 88a665b465ab751a3645f9a2466c09c527f2af40 [file] [log] [blame]
{
"name": "SharedNetworkActivityIndicator",
"version": "0.1.0",
"summary": "Provide to ability to share Network Activiy Indicator by many objects.",
"description": "SharedNetworkActivityIndicator provide you to ability to share Network Activiy Indicator by many objects.\n\nA NSObject.sna_networkActivityIndicatorVisible property is key concept of\nthis library.\nIf you set YES to NSObject.sna_networkActivityIndicatorVisible;\nit will changed to invisible when you set NO to the property,\nor the lifecycle of the object was end.",
"homepage": "https://github.com/wagyu298/SharedNetworkActivityIndicator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wagyu298": "wagyu298@gmail.com"
},
"source": {
"git": "https://github.com/wagyu298/SharedNetworkActivityIndicator.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/wagyu298",
"platforms": {
"ios": "8.0"
},
"source_files": "SharedNetworkActivityIndicator/Classes/**/*",
"dependencies": {
"LiveObjectTracer": [
]
}
}