blob: 6cb1b0072239ae381dbbed59c8f00906f291268d [file] [log] [blame]
{
"name": "ios-time-synchronization",
"version": "0.1",
"summary": "iOS pod for time synchronization between iOS device and backend",
"description": "NSDate subclass for time synchronization between iOS device and backend",
"homepage": "https://github.com/aipmedia-org/ios-time-synchronization",
"license": "MIT",
"authors": {
"AiP Media": "we@aipmedia.ru"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/aipmedia-org/ios-time-synchronization.git",
"tag": "0.1"
},
"source_files": [
"BackendTimeSync",
"BackendTimeSync/**/*.{h,m}"
],
"exclude_files": "BackendTimeSync/BackendTimeSyncTests"
}