blob: 2c51e73a926d3bb113a844f5057b7a98734e51a4 [file] [log] [blame]
{
"name": "FRY",
"version": "0.3",
"summary": "An iOS integration library.",
"description": " FRY is an iOS Testing Library inspired by KIF. The purpose is to simplify the creation and execution of reliable automated UI tests.\n",
"homepage": "http://github.com/Raizlabs/FRY",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brian King": "brianaking@gmail.com"
},
"platforms": {
"ios": 7.0
},
"source": {
"git": "https://github.com/Raizlabs/FRY.git",
"tag": "0.3"
},
"source_files": [
"FRY",
"FRY/**/*.{h,m}"
],
"public_header_files": "FRY/**/*.h",
"requires_arc": true
}