blob: d4e477e07f0f974cbd43b53dfcc841143258120e [file] [log] [blame]
{
"name": "NTPKit",
"version": "1.0.0",
"summary": "A Simple NTP framework for iOS",
"homepage": "https://github.com/ncvitak/NTPKit",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/ncvitak/NTPKit.git",
"tag": "1.0.0"
},
"authors": {
"Nicholas Cvitak": "ncvitak@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NTPKit/*.{c,h,m}",
"requires_arc": true
}