blob: 6af09e0a284ce9bbcf8399102808901101327bf6 [file] [log] [blame]
{
"name": "FRY",
"version": "0.4.1",
"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.4.1"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "FRY/**/*.{h,m}",
"public_header_files": "FRY/**/*.h"
},
{
"name": "FRYolator",
"dependencies": {
"FRY/Core": [
]
},
"source_files": "FRYolator/**/*.{h,m}",
"public_header_files": "FRYolator/**/*.h"
}
]
}