blob: 60f257c0d69bb628f9b2cc0a0eaba358d88d5e96 [file] [log] [blame]
{
"name": "TLMetaResolver",
"version": "0.0.1",
"summary": "TLMetaResolver is an extension to UIWebView that adds the ability to parse the meta tags in the loaded web page.",
"homepage": "https://github.com/tryolabs/TLMetaResolver",
"license": "MIT",
"authors": {
"BrunoBerisso": "bruno@tryolabs.com"
},
"source": {
"git": "https://github.com/tryolabs/TLMetaResolver.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TLMetaResolver": [
"Pod/Assets/**/*"
]
}
}