[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / 6 / e / J2ObjC-Framework / 1.0.0 / J2ObjC-Framework.podspec.json
blob87993effffddd1d9ab443e0e63c1526c729c791a
2   "name": "J2ObjC-Framework",
3   "version": "1.0.0",
4   "summary": "Frameworked version of J2ObjC",
5   "homepage": "https://actor.im/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Actor LLC": "steve@actor.im"
12   },
13   "source": {
14     "git": "https://github.com/actorapp/J2ObjC-Framework.git",
15     "tag": "v1.0.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "frameworks": "Security",
22   "libraries": [
23     "icucore",
24     "z"
25   ],
26   "prepare_command": "Scripts/download.sh",
27   "preserve_paths": [
28     "Frameworks/j2objc.framework",
29     "Distributive",
30     "install.sh"
31   ],
32   "xcconfig": {
33     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/J2ObjC-Framework/Frameworks\""
34   }