[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / a / 8 / Sharingan / 0.1.4 / Sharingan.podspec.json
blobe2c7c552368906450903058643f5a25475211ac2
2   "name": "Sharingan",
3   "version": "0.1.4",
4   "summary": "A UI record and play framework for iOS",
5   "homepage": "https://github.com/shaotianchi/Sharingan",
6   "license": "MIT",
7   "authors": {
8     "EscapedDog": "escapeddog@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/shaotianchi/Sharingan.git",
15     "tag": "0.1.4"
16   },
17   "requires_arc": true,
18   "default_subspecs": "Recorder",
19   "pushed_with_swift_version": "3.0",
20   "subspecs": [
21     {
22       "name": "Model",
23       "source_files": "iOS/SharinganModel/SharinganModel/*.{h,swift}"
24     },
25     {
26       "name": "Recorder",
27       "source_files": "iOS/SharinganRecorder/SharinganRecorder/*.{h,swift}"
28     }
29   ]