[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / b / 3 / 8 / Endo / 0.1.2 / Endo.podspec.json
blobcab5cf567e4166461be13258ecd82aa27fb6f9d0
2   "name": "Endo",
3   "version": "0.1.2",
4   "summary": "Endo is a light-weight JavaScript bridge.",
5   "description": "Endo is a light-weight JavaScript bridge, helps you export native classes to JSCore.",
6   "homepage": "https://github.com/XTStudio/Endo-iOS",
7   "license": "MIT",
8   "authors": {
9     "PonyCui": "cuis@vip.qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/XTStudio/Endo-iOS.git",
16     "tag": "0.1.2"
17   },
18   "source_files": [
19     "Sources",
20     "Sources/*.{h,m}",
21     "Sources/**/*.{h,m}"
22   ],
23   "frameworks": "JavaScriptCore",
24   "requires_arc": true,
25   "dependencies": {
26     "Aspects": [
28     ],
29     "UULog": [
31     ]
32   }