blob: 70ffd608be6b7e014aceb9dd55d3c55eabe7a894 [file] [log] [blame]
{
"name": "PINOperation",
"version": "1.0.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.0.2"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"requires_arc": true,
"frameworks": "Foundation",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"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}"
}