blob: 8356ce7c31a18dfa9596e855fb62e641e2b229bd [file] [log] [blame]
{
"name": "ios-time-synchronization",
"version": "0.0.2",
"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.2"
},
"source_files": [
"CoordinatedTime",
"CoordinatedTime/*.{h,m}"
],
"exclude_files": "CoordinatedTimeTests"
}