blob: e2c7c552368906450903058643f5a25475211ac2 [file] [log] [blame]
{
"name": "Sharingan",
"version": "0.1.4",
"summary": "A UI record and play framework for iOS",
"homepage": "https://github.com/shaotianchi/Sharingan",
"license": "MIT",
"authors": {
"EscapedDog": "escapeddog@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/shaotianchi/Sharingan.git",
"tag": "0.1.4"
},
"requires_arc": true,
"default_subspecs": "Recorder",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Model",
"source_files": "iOS/SharinganModel/SharinganModel/*.{h,swift}"
},
{
"name": "Recorder",
"source_files": "iOS/SharinganRecorder/SharinganRecorder/*.{h,swift}"
}
]
}