[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 9 / 6 / 4 / FRY / 0.2 / FRY.podspec.json
blobd90810270a7d049c578e9d4a11e22bffb3f34b79
2   "name": "FRY",
3   "version": "0.2",
4   "summary": "An iOS integration library.",
5   "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",
6   "homepage": "http://github.com/Raizlabs/FRY",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brian King": "brianaking@gmail.com"
13   },
14   "platforms": {
15     "ios": 7.0
16   },
17   "source": {
18     "git": "https://github.com/Raizlabs/FRY.git",
19     "tag": "0.2"
20   },
21   "source_files": [
22     "FRY",
23     "FRY/**/*.{h,m}"
24   ],
25   "public_header_files": "FRY/**/*.h",
26   "requires_arc": true