blob: 2017ac79907e6f6593c59b668cc009a414bc5960 [file] [log] [blame]
{
"name": "PINOperation",
"version": "1.2",
"homepage": "https://github.com/pinterest/PINOperation",
"summary": "Fast, concurrency-limited task queue for iOS and OS X.",
"authors": {
"Garrett Moon": "garrett@pinterest.com"
},
"source": {
"git": "https://github.com/pinterest/PINOperation.git",
"tag": "1.2"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"requires_arc": true,
"frameworks": "Foundation",
"platforms": {
"ios": "8.0",
"osx": "10.8",
"tvos": "9.0",
"watchos": "2.0"
},
"prefix_header_contents": "#ifndef TARGET_OS_WATCH\n #define TARGET_OS_WATCH 0\n#endif",
"source_files": "Source/**/*.{h,m,mm}"
}