blob: 9688bf870fa38a1dac80ebaf437909f6d252fdd0 [file] [log] [blame]
{
"name": "ios-time-synchronization",
"version": "0.0.3",
"summary": "iOS pod for time synchronization between iOS device and backend",
"description": "Time on device can be incorrect and we should handle this case properly.",
"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.0.3"
},
"source_files": [
"CoordinatedTime",
"CoordinatedTime/*.{h,m}"
],
"exclude_files": "CoordinatedTimeTests"
}