blob: 2126007f8425fccccaefb243b4c68b1b496d94ff [file] [log] [blame]
{
"name": "PlatformKit",
"version": "0.1.0",
"summary": "A set of useful classes and extensions for modern Objective C",
"homepage": "https://github.com/tumtumtum/PlatformKit/",
"license": "MIT",
"authors": {
"Thong Nguyen": "tumtumtum@gmail.com"
},
"source": {
"git": "https://github.com/tumtumtum/PlatformKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.1"
},
"requires_arc": true,
"source_files": "PlatformKit/PlatformKit/**/*.{h,m}",
"ios": {
"frameworks": "CoreFoundation"
}
}