blob: f90fffec96a21fdd1f8029b208c144bdec5c403d [file] [log] [blame]
{
"name": "PodAsset",
"version": "1.0.0",
"summary": "Unable to find cocoapods resources? Here is the solution!",
"description": "It is a very frustrating experience to locate the resources (assets) provided by the third-party pods.\nPodAsset provides a simple way to load the resources. \nAnd debugging tools if you cannot locate the correct bundles.",
"homepage": "https://github.com/haifengkao/PodAsset",
"license": "MIT",
"authors": {
"Hai Feng Kao": "haifeng@cocoaspice.in"
},
"source": {
"git": "https://github.com/haifengkao/PodAsset.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.12",
"tvos": "10.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}