[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 9 / 6 / 4 / FRY / 1.0 / FRY.podspec.json
blobd21fe7ce1931a8f2481c7d6d58a244812c501d6e
2   "name": "FRY",
3   "version": "1.0",
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": "1.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "FRY/**/*.{h,m}",
27       "public_header_files": "FRY/**/*.h"
28     },
29     {
30       "name": "FRYolator",
31       "dependencies": {
32         "FRY/Core": [
34         ]
35       },
36       "source_files": "FRYolator/**/*.{h,m}",
37       "public_header_files": "FRYolator/**/*.h"
38     }
39   ]