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