[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 2 / d / a / VersionIntrospection / 0.2.0 / VersionIntrospection.podspec.json
blob7bf317742fb1f65e73ec68302753c7e89a1788f1
2   "name": "VersionIntrospection",
3   "version": "0.2.0",
4   "summary": "Simple tool to expose versions of dependencies by parsing Podfile.lock",
5   "homepage": "https://github.com/clausweymann/VersionIntrospection",
6   "license": "MIT",
7   "authors": {
8     "Claus Weymann": "claus.weymann@sprylab.com"
9   },
10   "source": {
11     "git": "https://github.com/clausweymann/VersionIntrospection.git",
12     "tag": "0.2.0"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.7"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*.{h,m}",
20   "ios": {
21     "resources": "Pod/Classes/ios/**/*.{xib}",
22     "dependencies": {
23       "TSMarkdownParser": [
24         "~> 1.0.18"
25       ]
26     }
27   },
28   "osx": {
29     "exclude_files": "Pod/Classes/ios/**/*.*"
30   }