| { |
| "name": "TLMetaResolver", |
| "version": "0.1.2", |
| "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.1.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "TLMetaResolver": [ |
| "Pod/Assets/**/*" |
| ] |
| } |
| } |