blob: 631f007ed350c085ffd7bbd8738001b9e7973473 [file] [log] [blame]
{
"name": "Sharingan",
"version": "0.1.2",
"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.2"
},
"requires_arc": true,
"default_subspecs": "Recorder",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Model",
"source_files": "iOS/SharinganModel/**/*.{h,swift}"
},
{
"name": "Recorder",
"source_files": "iOS/SharinganRecorder/**/*.{h,swift}"
}
]
}