blob: bbc33c3133ce523a0f47dca8531fc245582ae8ad [file] [log] [blame]
{
"name": "PlatformKit",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "5.1",
"osx": "10.7",
"watchos": "2.0"
},
"requires_arc": true,
"libraries": "z",
"source_files": "PlatformKit/PlatformKit/**/*.{h,m}",
"ios": {
"frameworks": "CoreFoundation"
},
"osx": {
"frameworks": "CoreFoundation"
},
"watchos": {
"frameworks": "CoreFoundation"
}
}